div.RoundTop 
{
	margin-top:5px;
	background:url(rounded/top.gif) no-repeat top center;
	width:800px;
	height:40px;
	position:relative;
	top:15px !important;
	top:0px;
}

div.RoundContent 
{
	background:#FFFFFF;
	width:800px;
	padding-top:10px;
	padding-bottom:10px;
}

div.RoundBottom 
{
	background:url(rounded/bottom.gif) no-repeat bottom center;
	width:800px;
	height:25px;
}

