.simple_box
{
    /*width:663px;*/
    text-align:left;
    margin-bottom:20px;
    margin:0px 20px 20px 20px;
}
.simple_box1
{
	margin:0 5px 20px 13px;
}

.simple_box_left_top_corner
{
    background: transparent url('../images/desktop/white_corner.gif') no-repeat scroll left top;
	height: 5px;
	width: 5px;
	float: left;
}
.simple_box_right_top_corner
{
    background: transparent url('../images/desktop/white_corner.gif') no-repeat scroll right top;
	height: 5px;
	width: 5px;
	float: left;
}
.simple_box_left_bottom_corner
{
	background: transparent url('../images/desktop/white_corner.gif') no-repeat scroll bottom left; 
	height: 5px;
	width: 5px;
	float: left;
}
.simple_box_right_bottom_corner
{
	background: transparent url('../images/desktop/white_corner.gif') no-repeat scroll right bottom; 
	height: 5px;
	width: 5px;
	float: left;
}
.simple_box_top_line
{
    border-top-width:1px;
	border-top-style:solid;
	border-top-color:#E8E8E8;
	/*width:653px;*/
	float:left;
	background-color: white;
	height:4px;
}
.simple_box_bottom_line
{
    border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#E8E8E8;
	/*width:653px;*/
	float:left;
	background-color: white;
	height:4px;
}
.simple_box_content
{
	border-left-style:solid; 
	border-left-width:1px; 
	border-left-color:#E8E8E8;
	border-right-style:solid; 
	border-right-width:1px; 
	border-right-color:#E8E8E8;
	padding-left:8px; /* pads the content to align vertically with corners*/
	padding-top:6px;
	color:#5C5C5C;
	/*font-family:Arial;*/
	font-size:13px;
}
/*WIDTH OF THE BOX*/
.simple_box_width520
{
	width:520px;
}
/*END WIDTH OF THE BOX*/