.border{
	clear: both;
	width: 100%;
	height: 100%;
}

.border .tl,
.border .tr,
.border .bl,
.border .br{
	width: 15px;
	height: 15px;
}
.border l,
.border r{
	width: 15px;
}

.border t,
.border b{
	height: 15px;
}

.border .c{
	background: #f9fafe;
}

/* TOP */
.border .tl{
	background: transparent url(../img/border/tl.gif) no-repeat scroll bottom right !important;
}
.border .t{
	background: transparent url(../img/border/t.gif) repeat-x scroll bottom !important;
}
.border .tr{
	background: transparent url(../img/border/tr.gif) no-repeat scroll bottom left !important;
}

/* MIDDLE */
.border .l{
	background: transparent url(../img/border/l.gif) repeat-y scroll right !important;
}
.border .r{
	background: transparent url(../img/border/r.gif) repeat-y scroll left !important;
}

/* BOTTOM */

.border .bl{
	background: transparent url(../img/border/bl.gif) no-repeat scroll top right !important;
}
.border .b{
	background: transparent url(../img/border/b.gif) repeat-x scroll top !important;
}
.border .br{
	background: transparent url(../img/border/br.gif) no-repeat scroll top left !important;
}

