@charset "utf-8";
/* CSS Document */
 @import url("log_home_form.css");
*	{margin:0; padding:0;}

body {
background:url(../images/imgbg.jpg) repeat;
color: #000;
	font: 14px Arial;
	margin: 0 auto;
	padding: 0;
}
#topper {
	width:100%;
	height:90px;
	background-color: #f1f1f1;
}
#home_wraper {
	width:980px;
	margin:auto;
	padding-top: 5px;
}
.clearfix{
clear:both;
}
#Header {
	width:100%;
	height:85px;
}
#home_logo {
	width:566px;
	height:81px;
	float:left;
}

#home_banner {
	width:100%;
	/*height:460px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding-bottom: 10px;
}
#main_banner {
width:980px;
margin:auto;
}
#home_left {
	width:500px;
	float:left;
}
.sd-bc{
	border:1px solid #ddd;
	padding:22px;
	border-radius:3px;
	box-shadow:4px 4px 1px #eee;
	background:none repeat scroll 0 0 #fff
}

#home_footer {
	width:100%;
	height:120px;
	background:#FFFFFF;
}
#home_right {
	width:455px;
	height:337px;
	float:right;
}

#content h4.alert_error {
display: block;
width: 95%;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #F3D9D9 url(../images/icn_alert_error.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #D20009;
color: #7B040F;
padding: 10px 0;

font-size: 12px;
text-align:left;
text-indent: 40px;
}

#main h4.alert_success {
display: block;
width: 95%;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #E2F6C5 url(../images/icn_alert_success.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #79C20D;
color:#30F;
padding: 10px 0;
text-indent: 40px;
font-size: 14px;}



#alert_success {
display: block;
width: 95%;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #E2F6C5 url(../images/icn_alert_success.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #79C20D;
color: #32510F;
padding: 10px 0;
text-indent: 40px;
font-size: 14px;}


#welcome_para {
	background:#FFFFFF;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size: 12px;
	line-height: 19px;
}
#welcome_para p { padding:15px;
}
.error{color:#F00;}