@charset "gb2312";
/* design by cherry */
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family:"ËÎÌå";
	font-size:12px;
	background:#09F;
}
input, select, textarea {
	font-size:12px;
	padding:2px 5px;
}
.layout {
	width:990px;
	margin:0 auto;/*¾ÓÖÐ*/
}
.clear {
	clear:both;/*Çå³ý¸¡¶¯*/
}
#top {
	height:85px;
}
#top_banner {
	height:35px;
	background:url(images/top_banner.jpg) repeat-x;
}
#content {
	background:#013d7c;
}
#left {
	float:left;
	width:223px;
	padding:1px 5px 5px 15px;
}
#left h2 {
	font-size:12px;
	color:#FFF;
}
.left_title {
	height:34px;
	background:url(images/left.jpg) no-repeat;
	line-height:34px;
}
.left_body {
	border:1px solid #01253d;
	border-top:none;
	background:#bdecfe;
	padding:8px 7px 8px 8px;
}
.left_title_bg {
	height:26px;
	line-height:26px;
	padding-left:35px;
	margin-top:5px;
	background:url(images/left_title_bg.jpg) no-repeat;
}
.left_body_body {
	border:1px solid #0067be;
	background:#eaf9ff;
	padding:5px 5px 5px 20px;
}
.left_body_body ul li {
	padding-left:15px;
	line-height:18px;
	background:url(images/ico.jpg) left center no-repeat;
}
.left_body_body ul li a:hover {
	color:#f60;
}
#right {
	float:right;
	width:730px;
	padding-right:10px;
}
#right h2 {
	font-size:12px;
	color:#FFF;
	line-height:34px;
	padding-left:35px;
}
.right_title {
	height:34px;
	background:url(images/right_title_bg.jpg) no-repeat;
}
.right_body {
	border:1px solid #01253d;
	border-top:none;
	background:#bdecfe;
	padding:5px;
}
.red {
	color:#F00;
}
.submit {
	text-align:center;
}
#footer {
	color:#FFF;
	text-align:center;
	line-height:22px;
}
.helplinka{
    text-decoration:underline;
	color:#ffffff;
}