
div.c_head_m{
	
	background:transparent url(/images/container_middle.png) scroll  top;
	height: 26px;
	
}

div.c_head_l{
	
	background:transparent url(/images/container_left.png) no-repeat scroll left top;
	height: 26px;
	padding-left: 15px;
	padding-top: 5px;
	vertical-align: middle;
	font-family:arial,helvetica,sans-serif;
	font-size: 16px;
	color:#666666;
	font-weight:bold;
	
}

div.c_head_r{
	
	background:transparent url(/images/container_right.png) no-repeat scroll right top;
	height: 26px;
}

div.c_body{
	
	padding: 6px;
	border-bottom: solid #666666 1px;
	border-left: solid #666666 1px;
	border-right: solid #666666 1px;
}

div.box_top{
	/* background image has been removed and replaced by standard border assignments */
	background:transparent no-repeat scroll center top;
	width:406px;

}

div.box_bottom{
	
	background:transparent  no-repeat scroll center bottom;
}

div.box_content{
	
	padding: 16px;

}

div.box_content_bordered{
    border-style:solid; 
	border-width:thin; 
	border-color:#bababa;	
	padding: 16px;

}



