/**** CSS Starts Here ****/
.roundedcornr_box 
{
	background: url(/images/rbox/r.corner_tl.png) no-repeat top left;
}

.roundedcornr_top 
{
	background: url(/images/rbox/r.corner_tr.png) no-repeat top right;
}

.roundedcornr_bottom 
{
	background: url(/images/rbox/r.corner_bl.png) no-repeat bottom left;
}

.roundedcornr_bottom div 
{
	background: url(/images/rbox/r.corner_br.png) no-repeat bottom right;
}

.roundedcornr_content 
{
	background: url(/images/rbox/r.corner_r.png) top right repeat-y;
}

.roundedcornr_top div, .roundedcornr_top, .roundedcornr_bottom div, .roundedcornr_bottom 
{
	width: 100%;
	height: 10px;
	font-size: 1px;
}

.roundedcornr_content, .roundedcornr_bottom 
{
	margin-top: 0px; /* Was -19 */
}

.roundedcornr_content 
{ 
  padding: 0px; /* Was 0px 10px */
}