@charset "UTF-8";
/* CSS Document */
html,body {width:100%;height:100%;overflow:hidden;}
body {
	margin:0;
	padding:0;
	background:#4584a1;
	font-family:Verdana, Geneva, sans-serif;
}

a, a:visited, a:active {
	color:#396e86;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.outFrame {
	background:url(larger_img.jpg) no-repeat;
	width:966px;
	height:563px;
	margin:0px auto 0 auto;
	position:relative;
	right:0;
	top:0;
}

.title_box {
	color:#0f4a65;
	font-size:18px;
	font-weight:bold;
	position:absolute;
	left:100px;
	top:180px;
	text-align:center;
	width:400px;
}

.logo_box {
	width:320px;
	height:50px;
	background:url(logo.jpg) no-repeat center;
	position:absolute;
	top:320px;
	left:150px;
}

.login_box {
	width:300px;
	height:200px;
	position:absolute;
	top:298px;
	right:152px;
	font-size:12px;
	color:#646464;
	line-height:54px;
}

.login_box table {
	line-height:50px;
}

.inputer {
	width:210px;
	height:29px;
	padding:0 5px;
	font-size:14px;
	font-weight:bold;
	color:#7b8489;
	border:0 none;
	background:none;
	line-height:29px;
}

.login_Btn {
	width:90px;
	height:32px;
	border:0 none;
	background:url(login.jpg) no-repeat;
	text-align:center;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}

.copyright_box {
	width:480px;
	height:30px;
	color:#95bdce;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	margin:0 auto;
	padding-top:560px;
}

#userReg {
	position:absolute;
	right:55px;
	bottom:63px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.pwd_strength{
	position:relative;
	width:201px;
	background:#FFD099;
	height:20px;
	color:#fff;
	white-space:nowrap;
	margin-bottom:10px
}
.pw_bar{
	background:#FF6600;
	height:20px;
	overflow:hidden;
	width:0;
}
.pw_letter{
	position:absolute;
	left:0;
	top:0;
}
.pw_letter span{
	height:20px;
	line-height:20px;
	width:66px;
	text-align:center;
	border-right:1px solid #fff;
	display:inline-block;
	overflow:hidden;
	float:left
}

.yzminputer{width:78px; margin-top:8px; float:left}
.yzmImg{margin-top:13px;margin-left:5px; border:1px solid #ddd; border-radius:3px;float:left}
