/* 清浮动 */
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.f-fl {
	float: left;
}
.f-fr {
	float: right;
}
.rxt_l {
	text-align:left
}
.rxt_r {
	text-align:right
}
.rxt_c {
	text-align:center
}
.logincontent {
	width:390px;
	height:auto;
	background:#fff;
	color:#666;
	 
	border-radius:2px;/*box-shadow: 3px 3px 2px #205aad;*/
}
.logincontent h2 {
	font-size:18px;
	padding:0 0px 0px 30px;
	height:40px;
	line-height:40px;
	color:#333;
	font-weight:normal;
	border-bottom:1px solid #e5e5e5;
}
.logincontent h2 span {
	border-bottom:0px solid #008df3;
	float:left;
	display:inline-block;
	line-height:38px;
}
.logincontent h2 a {
	display:inline-block;
	float:right;
	font-size:14px;
	color:#008df3;
	font-weight:normal;
}
.logincontent ul {
	display:block;
	padding:20px 30px 0px 30px;
}
.logincontent ul li {
	height:40px;
	line-height:40px;
	padding:3px 0;
	border:1px solid #e7e7eb;
	margin-bottom:10px;
	position:relative;
	border-radius:0px;
}
.logincontent ul li.info_error {
	height:18px;
	line-height:18px;
	padding:0px 0;
	border:0px solid #e7e7eb;
	margin-bottom:10px;
	color: #ff0000;
	position:relative;
	font-size:12px;
}
.logincontent ul li select {
	width:285px;
	height:40px;
	border:0px solid #e7e7eb;
	border-radius:0px;
	outline:none;
}
.logincontent ul li span.loginicon {
	display:inline-block;
	width:16px;
	height:18px;
	position:absolute;
	top:15px;
	left:15px;
}
.logincontent ul li span.loginicon2 {
	display:inline-block;
	width:16px;
	height:18px;
	position:absolute;
	top:15px;
	left:15px;
}
.logincontent ul li span.loginicon3 {
	display:inline-block;
	width:16px;
	height:18px;
	position:absolute;
	top:15px;
	left:15px;
}
.logincontent ul li span.loginicon4 {
	display:inline-block;
	width:16px;
	height:18px;
	position:absolute;
	top:15px;
	left:15px;
}
.logincontent ul li span.loginicon5 {
	display:inline-block;
	width:16px;
	height:18px;
	position:absolute;
	top:15px;
	left:15px;
}
.logincontent ul li span.f-fl {
	display:inline-block;
	width:50px;
	font-size:16px;
	letter-spacing:2px;
}
.logincontent ul li span.f-fr {
	display:inline-block;
	text-align: right
}
.logincontent ul li span.f-fr input {
	padding:10px;
	width:270px;
	color:#666666;
}
.logincontent ul li span input:focus {
	border:0px solid #48B0ED;
	color:#333
}
.logincontent ul li.otherit span.f-fl {
	display:inline-block;
	width:80px;
	font-size:16px;
	letter-spacing:2px;
}
.logincontent ul li.otherit span.f-fr2 {
	display:inline-block;
	width:120px;
	float:left;
	text-align: right
}
.logincontent ul li.otherit span.f-fr3 {
	display:inline-block;
	width:117px;
	height:42px;
	position:absolute;
	top:2px;
	right:2px;
	border-left:1px solid #ececec;
	padding-left:15px;
}
.logincontent ul li.otherit span.f-fr3 a {
	color:#008df3;
}
.logincontent ul li.otherit span.f-fr2 input {
	border:0px solid #e7e7eb;
	padding:10px 10px 10px 50px;
	width:100px;
	color:#666666;
}
.logincontent ul li.otherit span.f-fr2 input:focus {
	border: 0px solid #48B0ED;
	color:#333
}
.msg-error {
	position: relative;
	color: #F00;
	padding: 0px 20px 10px 20px;
	line-height: 18px;
	min-height: 18px;
	display:block;
}
.msg-error b {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(../images/pwd-icons-new.png) -104px -49px no-repeat;
}
.logincontent .glogin {
	width:100%;
	height:40px;
	line-height:40px;
	border-radius:0px;
	background:#4e8fd1;
	color:#fff;
	text-align:center;
	font-size:16px;
	border:0;
	border-radius:2px;
	outline:medium;
	cursor:pointer;
	letter-spacing:2px;
}
.logincontent .glogin:hover {
	background:#006fc0;
}
.logincontent button.other{background:#f7f7f7; color:#666;}
.logincontent button.other:hover {
	background:#ececec;
}
#guestPassword{
	border: none;
}