@import url("../ht_base.css");

window,html,body {
	height: 100%;
	overflow: hidden;
	background: #F5F5F5;
	color: #3E4E4E;
}

div.head {
	height: 48px; 
	line-height : 48px;
	overflow: hidden;
	background-color: #2B83DC;
	border-bottom: 1px solid #5A7EDC;
}

div.head div.logo {
	height: 48px;
	line-height: 48px;
	width: 1200px; margin : 0 auto;
	background: url("../imgs/logo.png") no-repeat left center;
	margin: 0 auto;
}

div.login { /*background: TODO �Ӹ�����ͼƬ*/
	overflow: auto;
	background-position: center;
	background-repeat: no-repeat;
}

div.login div.bg {
	margin: 0 auto;
	overflow: visible;
	height: 500px;
	position: relative;
}


div.login div.bg div.mess {
	height: 500px;
	overflow: auto;
	font-weight: 700;
	border: 0px;
	padding: 12px 0;
	position: absolute;
	background-image: url(./imgs/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

div.login div.bg div.mess h1{
	font-size: 18px;
	line-height: 48px;
	font-weight: 700;
	text-align: center;
}

div.login div.bg div.mess p{
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	line-height: 32px;
	text-indent: 26px;
}


div.login div.bg div.mess h2{
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	margin: 0 40px;
}


div.login div.bg div.form {
	width: 400px;
	height: 500px;
	font-weight: 700;
	border: 0px;
	border-left: 1px solid #C4C5C5;
	padding: 0px 0 12px 24px;
	position: absolute;
	top: 0px;
}

div.login div.bg div.form div.line{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #D3D3D3;
	margin-bottom: 18px;
	background: #f5f5f5;
}

div.login div.bg div.form div.line label{
	width: 120px;
	text-align: right;
	display: block;
	float:left;
	clear: none;
}

div.login div.bg div.form div.line input.loginText{
	width: 240px;
	height: 18px;
	padding: 8px 2px;
	margin: 1px 0px;
	display: block;
	float:left;
	clear: none;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	border: 0px;
	background: #f5f5f5;
}

div.login div.bg div.form div.error{
	line-height: 36px;
	font-size: 14px;
	font-weight: normal;
	border: 0px;
	margin-bottom: 18px;
	color: #FE0000;
	text-align: center;
}

div.login div.bg div.form div.btns{
	text-align: center;
	line-height: 36px;
	margin-bottom: 18px;
}

div.login div.bg div.form div.info{
	font-szie: 12px;
	font-weight: normal;
	line-height: 18px;	
	padding: 12px 24px;
	border: 1px solid #CB2027;
}
div.login div.bg div.form div.info h3{
	font-weight: 700;
	text-align: center;
}
div.login div.bg div.form div.info ul{
	list-style: decimal;
	margin: 0 0 0 24px;
	padding: 0px;
}
	
div.foot {
	height: 32px;
	line-height: 32px;
	background-color: #2B83DC;
	border-top: 1px solid #5A7EDC;
	color: #FEEEEE;
	text-align: center;
	position: fixed !important; 
	*position: absolute;
	bottom: 0px;
	width: 100%;
}

.vcode {
	background: #F5F9Fd no-repeat 4px center;
	height: 24px;
	padding: 4px 6px;
	border: 1px solid #CCD4DF;
	display: none;
	FILTER: alpha(opacity=0);
	opacity: 0;
	-o-opactiy: 0;
	-ms-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
}

.vcode img {
	position: absolute;
	left: 6px;
	top: 4px;
	width: 80px;
	height: 24px;
}

.vcode span#reloadpic {
	display: block;
	margin-left: 86px;
	margin-top: 6px;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
	text-align: right;
}
/*ca*/

.login_title {
    text-align: center;
    height:50px;
}
.normal_login_menu{
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}
.ca_login_menu{
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.login_menu_normal {
    width: 198px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #2E7BCC;
    background: #fff;
    color: #000;
    float: left;
    cursor: pointer;
}
.login_menu_click {
    width: 198px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #2E7BCC;
    background: #2E7BCC;
    color: #fff;
    float: left;
    cursor: pointer;
}
.caimg{
	margin-left:25px;
	vertical-align:middle;
	line-height:100px;
}
.catsxx{
	line-height:100px;
	margin-left:10px;
	display:inline-block;
}
.browser{
	font-size:12px;
}
.ktca{
	line-height:80px;
}