﻿	body{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:23px;
	margin:0;
	padding:0;
	color:#3b6e81;
	}
.main_body{
	margin:0 auto;
	width:330px;
	height:243px;
	margin-top:10%;
	padding-left:300px;
	padding-top:110px;
	background:url(/Css/images/login/login_panel.png) no-repeat;
    position:relative;
	}

.title-zh
{
    position:absolute;
    top:50px;
    left:320px;
    font-size:26px;
    font-weight:900;
    color:#0074a6;
}

 .message
{   
     height:20px;
    color:red;
    display:-webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-pack: center;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-pack: center;
display: -o-box;
-o-box-orient: horizontal;
-o-box-pack: center;
display: -ms-box;
-ms-box-orient: horizontal;
-ms-box-pack: center;
}

.logo
{
     position:absolute;
     left:50px;
     top:80px;
}

.login,.login2{
	width:200px;
	border:1px solid #7fb5c1;
	height:22px;
	vertical-align:text-bottom;
	}
.login2{
	width:125px;
	}
.login_button,.reset_botton{
	width:58px;
	height:26px;
    line-height:26px;
	border:none;
	color:#FFF;
	font-weight:bold;
	background:url(/Css/images/login/login1.jpg);
	margin-left:15px;
	}
.reset_botton{
	background:url(/Css/images/login/reset.jpg);
	}
.login_top {
    background:url(/Css/login/top.png) center top no-repeat;
    height:360px;
}
.login_name {
    background:url(/Css/login/name.gif) right top no-repeat;
}
.login_text {
    margin-left:-4px;
    -moz-box-sizing : border-box ; 
    -webkit-box-sizing : border-box ; 
    box-sizing : border-box ; 
    height : 39px ; width:300px;
}
.login_code_text {
    margin-left:0px;
    -moz-box-sizing : border-box ; 
    -webkit-box-sizing : border-box ; 
    box-sizing : border-box ; 
    height : 39px ; width:200px;
}
.login_pwd {
    background:url(/Css/login/pwd.gif) right top no-repeat;
}
.login_submit{
    width:150px;
    height:40px;
    line-height:40px;
	border:none;
	color:#FFF;
	font-weight:bold;
	background:url(/Css/login/login.gif) center top no-repeat;
	margin-left:15px;
	}
.login_reset{
    width:150px;
    height:40px;
    line-height:40px;
	border:none;
	color:#FFF;
	font-weight:bold;
	background:url(/Css/login/reset.gif) center top no-repeat;
	margin-left:15px;
	}
