* {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
html { 
	overflow-x: hidden;
} 

/****header***/
.header{
	height:28px;
	background-image:url(../images/header-bg.png);
	background-repeat:repeat-x;
	border-left:1px solid #3a91c9;
	border-right:1px solid #3a91c9;
	border-top:1px solid #3a91c9;
	line-height:28px;
	padding-left:5px;
	color:#FFF;
	margin-left:2px;
	margin-right:2px;
	font-size:14px;
	font-weight:bold;
	}
/***content****/
.content{
	border:1px solid #d7d7d7;
	padding:8px 10px 10px 8px;
	margin-left:2px;
	margin-right:2px;
	}
.btn{
	display:block;
	float:left;
	width:58px;
	height:25px;
	background-image:url(../images/btn.png);
	background-repeat:no-repeat;
	line-height:23px;
	font-size:12px;
	text-align:center;
	color:#FFF;
	margin-right:8px;
	text-decoration:none;
	cursor:pointer;
	}
.btn_forget{
	float:center;
	width:58px;
	height:25px;
	background-image:url(../images/btn.png);
	background-repeat:no-repeat;
	line-height:23px;
	font-size:12px;
	text-align:center;
	color:#FFF;
	margin-right:8px;
	text-decoration:none;
	cursor:pointer;
	}
/****main_form****/
.main_form tr th{
	padding-left:10px;
	height:29px;
	font-size:14px;
	font-family:"微软雅黑";
	color:#000;
	font-weight:bold;
	vertical-align:bottom;
	padding-bottom:3px;
	border-bottom:2px solid #c6d9ec;
	}
.main_form tr td{
	font-size:14px;
	font-family:"宋体";
	color:#1e5494;
	height:35px;
	padding-left:20px;
	vertical-align:bottom;	
	}
.form_input{
	width:195px;
	height:20px;
	line-height:20px;
	font-size:14px;
	border:1px solid #c6d9ec;
	}
.form_label{
	font-size:14px;
	font-family:"宋体";
	color:#5b5b5b;
	}
