/*general start*/
* {
	padding:0px;
	margin:0px;
}
body {
	width:100%;
	height:auto;
    position: absolute; 
    bottom: 0px;
	left:0px;
	top:0px;
	background-color:#cac7c2;
}
body,td,th {
	font-size: 12px;
	color: #484848;
	font-family:"微软雅黑";
}
a:link {
	color: #484848;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #484848;
}
a:hover {
	text-decoration: none;
	color: #484848;
}
a:active {
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul, li, p, dl, dd, dt ,h,td,th{
	margin:0px;
	padding:0px;
}
a{
	color:#333;
	text-decoration:underline;
}
a,a *{
	cursor:pointer;
}
a img{
	border:0;
}
ul,li,ol{
	list-style-type:none;
	list-style-position:outside;
}
input{
	border: 0px solid transparent;
	background-color: transparent;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
}
h5 {
	margin: 0px;
	padding: 0px;
}
h6 {
	margin: 0px;
	padding: 0px;
}
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}
.hl1{
	height: 6px;
	width: 100%;
	_overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.hl2{
	height: 14px;
	_height: 8px;
	width: 100%;
	_overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.hl3{
	height: 5px;
	width: 100%;
	_overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.hl4{
	height: 20px;
	width: 100%;
	_overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.hl5{
	height: 10px;
	width: 100%;
	_overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.demoOver{
	background-color:#f6f6f6;
}
.demoBg{
	background-color:#d6e6f3;
}
.demoBg1{
	background-color:#ebf7fa;
}
.hide{
	display:none;
}
/*general end*/
.main_box{
	width:100%;
	height:auto;
	margin:0px auto;
}
.login_box{
	width:676px;
	height:470px;
	margin:0px auto;
	background:url(../images/login_bg.gif) repeat 0px 0px;
	-webkit-box-shadow:2px 3px 2px 0px rgba(0, 0, 0, 0.03);
	box-shadow:2px 3px 2px 0px rgba(0, 0, 0, 0.03);
	border-radius:5px;
	margin-top:200px;
}
.logo_show{
	width:96%;
	height:124px;
	margin:0px auto;
}
.logo_show span{
	width:320px;
	height:auto;
	display:block;
	text-align:left;
	margin:0px auto;
	padding-top:55px;
}
.logo_show span img{
	width:231px;
	height:56px;
	float:left;
}
.logo_show b{
	float:left;
	font-size:13px;
	font-weight:normal;
	padding:34px 0px 0px 1px;
}
.login_list{
	width:540px;
	height:248px;
	margin:0px auto;
}
.login_list dl{
	padding:0px;
	margin-right:5px;
}
.login_list dl dt{
	width:296px;
	height:70px;
	line-height:70px;
	text-indent:30px;
	margin:0px auto;
}
.success_icos{
	background:url(../images/login_icos.png) no-repeat 0px 25px;
}
.error_icos{
	background:url(../images/login_icos.png) no-repeat 0px -56px;
}
.login_list dl dd{
	width:540px;
	height:auto;
	margin:20px auto 0px auto;
}
.login_list dl dd label{
	width:100px;
	height:auto;
	text-align:right;
	float:left;
	color:#4c4944;
	font-size:14px;
	font-weight:bold;
	padding:7px 20px 0px 0px;
}
.login_list dl dd span{
	text-align:left;
}
.login_list dl dd span img{
	width:60px;
	height:20px;
}
.login_input{
	width: 320px;
	height: 30px;
	padding: 2px;
	font-size: 12px;
	text-indent:2px;
	-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	border-radius:2px;
	border: 1px solid #cdbfb2;
	background-color: #f4f3ef;
}
.login_input1{
	width: 320px;
	height: 30px;
	padding: 2px;
	font-size: 12px;
	text-indent:2px;
	-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	border-radius:2px;
	border: 1px solid #cdbfb2;
	background-color: #fff;
}
.login_list dl dd b{
	width:120px;
	height:40px;
	display:block;
	float:left;
	margin-top:10px;
	font-size:14px;
	text-align:center;
	font-weight:normal;
	line-height:40px;
	background-color:#4cb03c;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius:2px;
	margin-left:120px;
}
.login_list dl dd b a{
	width:120px;
	height:40px;
	display:block;
	color:#fff;
}
.login_list dl dd b a:hover{
	background-color:#3da02d;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius:2px;
}
.copyright{
	width:100%;
	height:42px;
	margin:36px auto 0px auto;
	background:url(../images/head_bg.gif) repeat-x 0px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
}
.copyright dl dt{
	width:100%;
	height:5px;
	margin:0px auto;
	background:url(../images/head_bg.gif) repeat-x 0px 0px;
}
.copyright dl dd{
	font-size:12px;
	line-height:35px;
	color:#dddbda;
	text-align:center;
}
.copyright dl dd a{
	color:#dddbda;
}
.copyright dl dd a:hover{
	text-decoration:underline;
}