/* CSS Document */
/********CORNERS**************/
.corner{	
	position:absolute;
	width:10px;
	height:10px;
	z-index:10;
}
.TL{
	top:0px;
	left:0px;	
	background:url(../images/TL.gif) no-repeat top left;
}
.TR{
	width:20px !important;
	height:13px !important;
	top:0px;
	right:0px;
	background:url(../images/TR.jpg) no-repeat top right;
}
.B{
	 position:relative;
	 bottom:0px;
	 left:0px;
	 width:100%;
	 z-index:10;
}
.BL{
	width:20px !important;
	height:13px !important;
	top:-5px;
	left:0px;
	background:url(../images/BL.jpg) no-repeat top left;
}
.BR{
	width:20px !important;
	height:13px !important;
	top:-5px;
	right:0px;
	background:url(../images/BR.jpg) no-repeat top right;
}
