#login_content{
	margin: 8px;
}
#scroll_img{
	width: 660px;
	height: 270px;
	float: left;
	display: inline;
}
#login_area{
	float: left;
	margin-left: 8px;
	display: inline;
}
#ipt_img{
	text-align: left;
	position: relative;
}
#help_img{
	position: absolute;
	right: 0px;
	top: 10px;
	border: none;
}
.ipt_t{
	width: 305px;
	height: 45px;
	border: solid 1px #bac7d2;
	background-color: #ecf5fa;
	box-shadow: 0 0 2px RGBA(0,46,115,.25) inset;
	border-radius: 2px;
	position: relative;
	margin:0px;
	margin-top: 10px;
	overflow: hidden;
}
.ipt_t input{
	width: 300px;
	height: 25px;
	border: none;
	background: none;
	outline: none;
	padding: 10px 5px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	z-index: 1;
}
.ipt_t label{
	height: 25px;
	font-size: 16px;
	position: absolute;
	top: 13px;
	left: 5px;
	color: #afbed4;
	background: none;
	cursor: text;
}
.ipt_t label.on{
	color: #84a8db;
}
#verifyCodeImg{
	width:80px;
	height:30px;
	float:left;
	cursor: pointer;
	display: inline;
}
#loginBtn{
	position: absolute;
	top: 3px;
	right: 3px;
	cursor: pointer;
	background: url(../images/login_btn.gif) no-repeat;
	width: 98px;
	height: 40px;
	border: none;
	outline: none;
}
.options{
	width: 308px !important;
	width:315px;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	margin-top: 5px;
	border-bottom: solid 1px #bdc8d1;
	text-align: right;
}
.options input{
	vertical-align: middle;
	cursor: pointer;
}
.options a {
	color: #0e339e;
	text-decoration: underline;
}
#login_area_hr{
	clear: both;
	border: solid 1px #bdc8d1;
}
#registry{
	width: 308px !important;
	width:315px;
	text-align: right;
	margin-top: 14px;
}
#registry a{
	color: #0e339e;
	text-decoration: underline;
	vertical-align: bottom;
}
.img_container{
	text-align: center;
}
.img_div{
	margin: 5px auto;
}
.img_small{
	width: 325px;
	height: 250px;
}
.img_large{
	width: 655px;
	height: 250px;
}
#error_info{
	width: 0px;
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	position: absolute;
	background-color: red;
}