@charset "utf-8";
/* 登陆注册 */
.ulayout {
	padding:10px 15px;
	background:#fff;
}
.ubody {
	width:100%;
	overflow:hidden;
}
.uleft {
	width:585px;
	float:left;
}
.uright {
	width:320px;
	float:right;
	text-align:left;
}

.utitle {
	width:100%;
	overflow:hidden;
	text-align:left;
	border-bottom:1px #eee solid;
}
.utitle h1 {
	margin:0;
	padding:10px;
	font-size:16px;
	font-family:Microsoft YaHei, sans-serif;
}

.ufrom {
	width:100%;
	overflow:hidden;
	padding:20px 0 0;
}
.ufrom .l {
	width:120px;
	text-align:right;
	line-height:30px;
	color:#555;
}
.ufrom .rin {
	float:left;
	padding:0 0 0 10px;
	text-align:left;
}
.ufrom .info {
	padding:10px 0 0;
	color:#999;
}

.ubtn {
	font-size:14px;
	font-weight:bold;
	width:102px;
	height:47px;
	border:none;
	background:url(../images/btn_login2.gif) no-repeat;
}

.ufrom .rlink {
	float:left;
	padding:0 0 0 15px;
	text-align:left;
	background:url(../images/icon_003.gif) 6px no-repeat;
}
.ufrom .rlink a {
	font-size:14px;
	color:#555;
	text-decoration:underline;
}
.ufrom .rlink a:hover {
	color:#f60;
}

.uformct{ text-align:left; line-height:24px;}
.uformct span,.uformct strong{ color:#999;}

.tpassinfo {
	background:#fffeec;
	border:1px #f6f2b3 solid;
	text-align:left;
	margin:15px 0 0;
	padding:10px;
	line-height:1.6;
}

