@charset "utf-8";
/* CSS Document */
div.auth_banner{margin-top:30px}
div.auth_banner div.login{float:left}
span.auth_header_title{font-size:16px;display:inline;float:left;line-height:50px;}
div.auth_toplink{line-height:50px;}
div.banner{width:498px;float:left;}
div.login_container{
	border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 1px 2px 6px #CCCCCC;
	width:323px;
	height:232px;
	border:1px solid #cacaca;
	margin-top:30px;

}
ul.login_tab{height:56px;background:url(../images/common.png);}
ul.login_tab li{line-height:38px;height:100%;text-indent:45px;font-size:14px;color:#000;font-weight:bold;float:left;height:35px;cursor:pointer}
#login_tab_right{background:url(../images/common.png) 0 -59px;}
div.login_content table{width:100%}
div.login_content table td.left{text-align:right}
div.login_content table td.right{text-align:left}
div.login_content table input[type='text'],div.login_content table input[type='password']{
	border-bottom-color: #DDDDDD;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #AAAAAA;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #DDDDDD;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #AAAAAA;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 1px 1px 1px #DDDDDD inset;
    height: 16px;
    width: 180px;
	border:1px solid #CCC;
	color:#595959;
	padding:3px;
	border-top-color:#A6A6A6;font-family:sans-serif;font-size:12px;
}
div.login_content table td{padding:0 4px 20px 3px;width:80px;}
div.login_content tr.verification_code td,div.login_content tr.tips td{padding-bottom:0}
tr.tips td {color:#B2B2B2}
div.error_box{width:200px;height:auto;padding:5px 10px 5px 25px;background:#FFFFD0 url(../images/common.png) -381px 8px no-repeat;border:1px solid #FFAD77;color:#FF0000;margin:auto;width:140px}
tr.zuoxi{display:none}