/* CSS Document */
* {
	word-break:break-all;
	word-wrap:break-word;
	margin:0;
	padding:0;}
html,body {
	_position:relative;
	_background:url(*) fixed;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;}
html,body,div,img,ul,ol,li,p,map,area,a,h1,h2,h3,h4,h5,h6,dl,dt,dd,ins,em,form,fieldset {
	border:0;
	list-style:none;
	font-style:normal;}
table,tr,td,thead,tbody,th {
	border-collapse:collapse;}
ul,ol,li,p,map,area,a,h1,h2,h3,h4,h5,h6,dl,dt,dd,ins,em,td,input,label,button,textarea,select {
	outline:none;
	text-decoration:none;}
.cl {
	clear:both;}
.clearfix {
	zoom:1;}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
    border:1px solid #0087d1;
    -webkit-box-shadow:0 0 3px #0087d1 inset;
	   -moz-box-shadow:0 0 3px #0087d1 inset;
	        box-shadow:0 0 3px #0087d1 inset;
	-webkit-transition:all 0.2s ease-out;
	   -moz-transition:all 0.2s ease-out;
	     -o-transition:all 0.2s ease-out;
	    -ms-transition:all 0.2s ease-out;
	        transition:all 0.2s ease-out;}
.container{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 860px;
    height: 439px;
    margin-left: -430px;
    margin-top: -220px;
    background: url(../images/login/shadow.png) no-repeat left bottom #0088d2;}
.logo{
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 10000;
    height: 54px;}
.loginBox{
    background: url(../images/login/bg.png) no-repeat 100% 0 #fff;
    margin: 5px 0;
    padding: 3px 0;}
.banner{
    float: left;
    width: 546px;
    height: 406px;
    background: url(../images/login/banner.jpg) no-repeat 0 0;}
.loginInner{
    float: left;
    background: url(../images/login/login.png) no-repeat 28px 30px;
    padding: 126px 0 0 35px;}
.loginInner>input{
    display: block;
    height: 20px;
    line-height: 20px;
    width: 200px;
    color: #333;
    font-size: 14px;
    border: 1px solid #aaa;
    margin-bottom: 28px;
    padding: 10px 0 10px 49px;}
.loginInner .uname{
    background: url(../images/login/user.jpg) no-repeat 0 center;}
.loginInner .pwd{
    background: url(../images/login/pwd.jpg) no-repeat 0 center;}
.loginInner .code
{
    margin-right: 10px;}
.loginInner .code .checkcode
{
    background: url(../images/login/user.jpg) no-repeat 0 center;
    height: 20px;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    border: 1px solid #aaa;
    margin-bottom: 28px;
    padding: 10px 0 10px 49px;
    width:60px;
    margin-right: 0;}
.loginInner .imgcode
{
    vertical-align:middle;
    cursor: pointer;}
.submit{
    display: block;
    height: 34px;
    width: 249px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #9a5e0e;
    border: 1px solid #eea340;
    background: #ffc23e;
    cursor: pointer;}
.submit:hover{
    background: #eea340;
    color: #fff;}
.loginInner a{
    float: right;
    color: #666;
    font-size: 12px;
    margin-top: 10px;}
.loginInner a:hover{
    text-decoration: underline;}

.pwdBox{margin:5px 0;height:412px;background:url(../images/login/bg.png) repeat-x 0 0;}
.pwdBox input{height:20px;line-height:20px;width:400px;padding:10px 6px;margin-top:15px;color:#333;font-size:14px;border:1px solid #aaa;}
.pwdBox .btn{height:34px;line-height:34px;display:block;margin-top:25px;width:412px;text-align:center;font-size:12px;cursor:pointer;border:1px solid #eea340;background:#ffc23e;color:#9a5e0e;}
.pwdBox .btn:hover{background:#eea340;color:#fff;}
.step1{padding:60px 0 0 217px;}
.step1 .label{height:18px;line-height:18px;display:block;font-size:14px;color:#666;margin-top:50px;}
.step2{color:#333;font-size:14px;line-height:24px;padding-top:160px;text-align:center;}
.step2 a{color:#0088d2;}
.step2 a:hover{text-decoration: underline;}

.step3{padding:100px 0 0 167px;}
.step3 p{margin-bottom:25px;}
.step3 .label{height:18px;line-height:18px;padding:12px 0;width:100px;text-align:right;font-size:14px;color:#666;float:left;}
.step3 input{float:left;margin-top:0;}
.step3 .btn{margin-left:100px;font-size:14px;}
.masterBox{
    width:100%;
    position:relative;
    left:0;
    top:0;
    z-index:999999;
    border-top:1px solid #e18a8a;
    border-bottom:1px solid #e18a8a;
    background:#fff7f7;
    padding:10px 0
}
.masterBox .master{
    margin:0 25px;
    color:#444;
    text-align:center;
    line-height:24px;
}
.masterBox .master a:hover{
    text-decoration:underline;
}
.masterBox .m-close-short{
    height:14px;
    width:14px;
    display:block;
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-7px;
    z-index:9001;
    text-indent:-9999px;
    background:url(../../images/login/close.png) no-repeat 0 0;
}