@charset "utf-8";
body {
	font-size: 14px;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-color:#0574C6;
	margin:0px;
}
a,div,span,td,div{font-family:"微软雅黑";}


a:link,a:visited{ color:#003399;}
a:hover{ color:#0066FF;}
input{ vertical-align:middle;}
input:focus { outline:none; }
.loginplate{
	background-image: url(login_plate.png);
	width:800px;
	height:440px;
	background-repeat: no-repeat;
	background-position: center center;
}
#content {
position:absolute;
height:440px;
bottom:50%;
margin-bottom:-220px;
width:100%;
}




.txtbar{ text-align:left;}

.txtitem{
	width:218px;

	padding-left:30px;
	padding-right:20px;
	height:29px;
	line-height:29px;

	background-image: url(login_user.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;


	margin-bottom:9px;
}
.txtitem input{	height:29px;	padding:0px;
	line-height:29px;border:none;width:208px;
	background:transparent;
		font-size:14px;
	}

#login_user{}
#login_pwd{	background-image: url(login_pwd.png);
}
#login_sec{ background-image: url(login_sec.png);	padding-right:0px;width:238px;
}
#login_sec input{width:140px;}
#login_sec img{ margin:0px; padding:0px;}

.txtitem_blur{ color:#7494A3;}

.txtitem_focus{ color:#003C61;}


.dleft{ float:left;}
.dright{ float:right;}
.clear{ float:none; height:1px; font-size:1px; line-height:1px;}

.login_notice{ height:17px; line-height:17px; padding-bottom:5px; font-size:12px; color:#FF0000;}
.login_btn{ text-align:right; padding-right:65px;}
.login_btn a:link,.login_btn a:visited{ color:#003399;}
.login_btn a:hover{ color:#0066FF;}

.login_btn_submit{
	border:0px;
	background-color:transparent;
	background-image: url(login_submit.png);
	width:200px;
	height:41px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
}



.bottom_word{ color:#FFFFFF; text-align:right; padding-right:30px; padding-top:10px; color:#000033;}
