﻿/*注册登录*/
.regform {
	background:url(../images/message/column2_nav.png) no-repeat right top;
	border:1px solid #ddd;
	padding:20px;
}
.regform ul {
	padding:2px;
	border-bottom:1px solid #ddd;
}
.regform h1 {
	margin:40px 0px 5px 0px;
	text-align:center;
	font-size:14px;
	border-bottom:1px solid #ddd;
	padding-bottom:40px;
}
.regform em {
	display:block;
	text-decoration:underline;
	font-style:normal;
}
.regform table {
	width:100%;
}
.regform td {
	width:50%;
	border-bottom:1px dashed #ddd;
	padding:5px;
	line-height:18px;
}
.regform .title {
	text-align:right;
	padding-right:35px;
}
.regform .input {
	padding-left:0;
}
.regform .operate {
	text-align:center;
	margin:30px 0;
	border-top:1px solid #ddd;
}
/*注册协议*/
.agreement {
	margin:10px;
}
.agreement h1 {
	font-size:16px;
	text-align:center;
	margin-top:10px;
}
.agreement h2 {
	font-size:12px;
	text-align:center;
	font-weight:normal;
	margin:10px 0 20px 0;
}
.agreement h3 {
	font-weight:normal;
	font-size:12px;
	margin-bottom:15px;
}
.agreement h4 {
	font-size:12px;
}
.agreement li {
	margin:8px 0;
}
/*选择查找密码方式*/
.selectpass li {
	margin:15px 0;
}