/* Borders */

.borders {
    border: 1px solid #dcdcdc;
    display: block;
    position: relative;
}

.borders i, .redborders i, .pinkborders i  {
    _overflow: hidden;
    display: block;
    height: 6px;
    line-height: 0;
    position: absolute;
    width: 6px;
}


.borders i.tl {
	background: url(../img/smallgraycorners.png) -6px -6px;
	top: -1px;
	left: -1px;
}

.borders i.tr {
	background: url(../img/smallgraycorners.png) 0 -6px;
	top: -1px;
	right: -1px;
}

.borders i.br {
	background: url(../img/smallgraycorners.png) 0 0;
	bottom: -1px;
	right: -1px;
}

.borders i.bl {
	background: url(../img/smallgraycorners.png) -6px 0;
	bottom: -1px;
	left: -1px;
}

.redborders {
	border: 1px solid #e61e1e;
	display: block;
	position: relative;
}

.redborders i.tl {
	background: url(../img/smallredcorners.png) -6px -6px;
	top: -1px;
	left: -1px;
}

.redborders i.tr {
	background: url(../img/smallredcorners.png) 0 -6px;
	top: -1px;
	right: -1px;
}

.redborders i.br {
	background: url(../img/smallredcorners.png) 0 0;
	bottom: -1px;
	right: -1px;
}

.redborders i.bl {
	background: url(../img/smallredcorners.png) -6px 0;
	bottom: -1px;
	left: -1px;
}

/* Pink borders for box. */
.pinkborders {
    border: 1px solid #ebc5c5;
	display: block;
	position: relative;
}

.pinkborders i.tl {
	background: url(../img/smallpinkcorners.png) -6px -6px;
	top: -1px;
	left: -1px;
}

.pinkborders i.tr {
	background: url(../img/smallpinkcorners.png) 0 -6px;
	top: -1px;
	right: -1px;
}

.pinkborders i.br {
	background: url(../img/smallpinkcorners.png) 0 0;
	bottom: -1px;
	right: -1px;
}

.pinkborders i.bl {
	background: url(../img/smallpinkcorners.png) -6px 0;
	bottom: -1px;
	left: -1px;
}

