div.box{
	clear: both;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url(/images/corner_dark_upperleft.gif) #520404 left top no-repeat;
	

}
div.box h3{
	background: url(/images/corner_dark_upperright.gif) transparent right top no-repeat;
	height: 45px;
	padding-top: 20px;
	text-align: center;
	margin-bottom: 0;
	font-size: 2em;

}
div.box_text{
	min-height: 250px;
}
div.box_body{
	margin-top: -30px;
	background: url(/images/corner_dark_lowerleft.gif) transparent left bottom no-repeat;
}
div.box_body p, div.box_body h4, div.box_body h5{
	padding: 10px 40px 0 40px;
}
div.box_body p{
	line-height: 1.75em;
}
div.box_body h4{
	font-size: 1.75em;
	margin-bottom: 0;
}
div.box_body li{
	line-height: 1.75em;
	list-style-image:url(../images/icon_star_dark.gif);
}
div.box_body li a:link{
	text-decoration: none;
}
div.box_body li a:visited{
	text-decoration: none;
}
div.box_body li a:hover{
	text-decoration: underline;
}
div.box_body .imgfloat{
	margin: 10px 20px 10px 10px;
}
div.box_body .boxs_list{
	float: left;
	width: 25%;
}
div.box_body table{
	margin-left: 50px;
}
div.box_body h6{
	margin-bottom: 0;
	margin-left: 20px;
}

div.box_footer{
	clear: both;
	padding:  40px 0 10px 0;
	background: url(/images/corner_dark_lowerright.gif) transparent bottom right no-repeat;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	min-height: 60px;
}



.error {
  color: #FFFFFF;
  margin-left: 20%;
}
