﻿@charset "UTF-8";
/* CSS Document */
body {
	font-family: "微软雅黑", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
	margin: 0;
	text-align: justify;
	background: #eaeaea;
}
html {
	overflow-y: scroll;
}

A.Special:link { color: #333333; text-decoration: underline;}
A.Special:visited { text-decoration: underline; color: #333333; }
A.Special:hover { text-decoration: underline; color: #ff6600; }
A.Special:active { text-decoration: underline; color: #333333; }

.loginwrap {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -270px 0 0 -450px;
	width: 900px;
	height: 530px;
}
.loginwrap .top {
	width: 900px;
	height: 500px;
	background: url(../images/loginbanner.jpg) left top no-repeat;
}
img{border:0;}
.loginwrap .bottom {
 margin-top: 10px;
 width: 900px;
 height: 30px;
 line-height: 30px;
 text-align: right;
}
.login {
	float: left;
	padding: 60px 0 0 625px;
	width: 275px;
	height: 440px;
	background: url(../images/loginbg.png) right bottom no-repeat;
}
.login .logo {
 padding-bottom: 35px;
 padding: 30px 15px 30px 15px;
 width: 245px;
 text-align: center;
}
.logincontent {
	float: left;
	padding: 0 15px;
	width: 245px;
	overflow: hidden;
}
.logincontent .alert {
	float: left;
	padding-bottom: 4px;
	width: 245px;
	height: 30px;
	color:red;
	font-size:12px
}
.logininput1 {
	padding: 0 10px 0 45px;
	background: url(../images/logininput1.png) no-repeat;
	width: 190px;
	height: 40px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	border: 0;
	overflow: hidden;
}
.logininput2 {
	padding: 0 10px 0 45px;
	background: url(../images/logininput2.png) no-repeat;
	width: 190px;
	height: 40px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	border: 0;
	overflow: hidden;
}
/* CSS button */
.button {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
	zoom: 1;
 *display: inline;
	height: 40px;
	line-height: 40px;
	width: 245px;
	font-weight: both;
	font-size: 16px;
	font-family: "微软雅黑", Arial;
	color: #000;
	text-shadow: 0 1px 1px white;
	margin: 0;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	float: left;
	width: 245px;
}
/*.button:active {
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
	background: #eeeeee;
	color: #000;
}*/
.button-highlight {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FFC10F), color-stop(100%, #F79A1D));
	background: -webkit-linear-gradient(top, #FFC10F, #F79A1D);
	background: -moz-linear-gradient(top, #FFC10F, #F79A1D);
	background: -o-linear-gradient(top, #FFC10F, #F79A1D);
	background: linear-gradient(top, #FFC10F, #F79A1D);
	background-color: #f18d05;
	border-color: #bf7004;
	color: #000;
}
.button-highlight:hover {
	background-color: #f18d05;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #F6A401), color-stop(100%, #DE8A04));
	background: -webkit-linear-gradient(top, #F6A401, #DE8A04);
	background: -moz-linear-gradient(top, #F6A401, #DE8A04);
	background: -o-linear-gradient(top, #F6A401, #DE8A04);
	background: linear-gradient(top, #F6A401, #DE8A04);
}
.logincontent .loginalert{ 
	float:left; 
	padding-left:20px; 
	margin-top:10px; 
	width:225px; 
	background:#fef1a9 url(../images/loginaler.png) 3px center no-repeat; 
	border:solid 1px #ffde2e;
}
.pass-fgtpwd{
	color:#2e7fdb;
	float:right; 
	font-size:12px;
}
.pass-fgtpwd a{
	text-decoration:none;
	color:#2e7fdb;
}
.pass-fgtpwd a:hover{
	text-decoration:underline;
	color:#2e7fdb;
}
.pass-fgtpwd a:visited{
	text-decoration:none;
	color:#2e7fdb;
}
.Emailinput {
	border:1px #EBEBEB soild;
	padding: 0 10px 0 45px;
	background:url(../images/Emailinput.png) no-repeat;
	width: 190px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	border: 0;
	overflow: hidden;
}
.VerCodeInput {
	border:1px #EBEBEB soild;
	padding: 0 10px 0 10px;
	background:url(../images/VerCodeInput.png) no-repeat;
	width: 100px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	border: 0;
	overflow: hidden;
}
.fgtpwdalert{ 
	float:left; 
	padding-left:20px;
	width:225px; 
	background:#fef1a9 url(../images/loginaler.png) 3px center no-repeat; 
	border:solid 1px #ffde2e;
}