.border {
	text-align: center;
}

/* Line Heigth */
.border .top-left, .border .top-right,
.border .bottom-left, .border .bottom-right {
	width: 11px;
	line-height: 1px;
}
.border .top-center, .border .bottom-center {
	line-height: 1px;
}

/* Border: Top */
.border .top-left {
	background: url("../images/border/tLeft.gif");
}

.border .top-center {
	background: url("../images/border/tCenter.gif");
}

.border .top-right {
	background: url("../images/border/tRight.gif");
}


/* Border: Middle */
.border .middle-left {
	background: url("../images/border/mLeft.gif");
}

.border .middle-right {
	background: url("../images/border/mRight.gif");
}


/* Border: Bottom */
.border .bottom-left {
	background: url("../images/border/bLeft.gif");
}

.border .bottom-center {
	background: url("../images/border/bCenter.gif");
}

.border .bottom-right {
	background: url("../images/border/bRight.gif");
}
