/* CSS Document */

.corner_top{
	position:relative;
	width:100%;
	height:10px;
	top:0px;
}

.corner_bottom{
	position:relative;
	width:100%;
	height:10px;
	bottom:0px;
}

.white_tl{
	position:absolute;
	width:10px;
	height:10px;
	
	left:0px;
	
	font-size:1px;
	line-height:0;
	
	background-image:url(/images/corners/white-tl.jpg);
	background-repeat: no-repeat;
}

.white_tr{
	position:absolute;
	width:10px;
	height:10px;
	
	right:0px;
	
	font-size:1px;
	line-height:0;
	
	background-image:url(/images/corners/white-tr.jpg);
	background-repeat: no-repeat;
}

.white_bl{
	position:absolute;
	width:10px;
	height:10px;
	
	left:0px;
	
	font-size:1px;
	line-height:0;
	
	background-image:url(/images/corners/white-bl.jpg);
	background-repeat: no-repeat;
}

.white_br{
	position:absolute;
	width:10px;
	height:10px;
	
	right:0px;
	
	font-size:1px;
	line-height:0;
	
	background-image:url(/images/corners/white-br.jpg);
	background-repeat: no-repeat;
}

.white_filler{
	position:absolute;
	height:10px;
	
	margin:0px 10px 0px 10px;
	
	background-color:#FFFFFF;
}

/* Black */

.black_tl{
	position:absolute;
	width:10px;
	height:10px;
	
	left:0px;
	
	font-size:1px;
	line-height:0;
	
	background-image:url(/images/corners/black-tl.gif);
	background-repeat: no-repeat;
}

.black_tr{
	position:absolute;
	width:10px;
	height:10px;
	
	right:0px;
	
	font-size:1px;
	line-height:0;
	
	background-image:url(/images/corners/black-tr.gif);
	background-repeat: no-repeat;
}

.black_bl{
	position:absolute;
	width:10px;
	height:10px;
	
	left:0px;
	
	font-size:1px;
	line-height:0;
	
	background-image:url(/images/corners/black-bl.gif);
	background-repeat: no-repeat;
}

.black_br{
	position:absolute;
	width:10px;
	height:10px;
	
	right:0px;
	
	font-size:1px;
	line-height:0;
	
	background-image:url(/images/corners/black-br.gif);
	background-repeat: no-repeat;
}

.black_filler{
	position:absolute;
	height:10px;
	
	margin:0px 10px 0px 10px;
	
	background-color:#1F2737;
}