
.cornerbox {
	margin:0.5em 0;
	background-color: transparent;
}
.cornertop {
	background:url(../images/boxround.gif) no-repeat 100% 0;
	margin:0 0px 0 18px;
	height:32px;
}
.cornertop div { 
	height:32px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/boxround.gif) no-repeat 0 0;
}
.cornerbottom {
	background:url(../images/boxround.gif) no-repeat 100% 100%;
	margin:0 0px 0 18px;
	height:30px;
}
.cornerbottom div {

	height:30px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/boxround.gif) no-repeat 0 100%;
}
.midsection1 {
	padding:0 0 0 1px;   /* RIGHT BORDER AMOUNT TO SHOW*/
	background:url(../images/bordersround.gif) repeat-y 0 0;
	height:100%;
}
.midsection2 {
	padding:0 1px 0 0;  /* LEFT BORDER AMOUNT TO SHOW*/
	background:url(../images/bordersround.gif) repeat-y 100% 0;

}
.bottomreflection {
	background:url(../images/refboxround.png) no-repeat 100% 0;
	margin:0 0px 0 18px;
	height:30px;
}
.bottomreflection div {
	height:30px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/refboxround.png) no-repeat 0 0;
}
