/* table fix */
div.row
	{
	display: block;
	width: 530px;
	clear: both;
	float: left;
	line-height: 30px;
	}
div.row .label
	{
	display: block;
	float: left;
	font: normal 12px/20px 宋体;
	text-align: right;
	width: 100px;
	height: auto;
	}
div.row .formw
	{
	font: normal 12px/20px 宋体;
	display: block;
	width: 420px;
	margin-left: 10px;
	float: right;
	text-align: left;
	height: auto;
	}
.formw input.tag
	{
	height: 14px;
	font: normal 12px/14px 宋体;
	border: 1px solid #369;
	width: 50px;
	}
.formw input.textfield
	{
	height: 14px;
	font: normal 12px/14px 宋体;
	border: 1px solid #369;
	width: 200px;
	float: left;
	}
/* registration */
form
	{
	margin: 0;
	padding:0;
	}
#regform li
	{
	font: normal 12px/30px 宋体;
	height: 40px;
	width: 550px;
	float: left;
	clear: both;
	display: block;
	}
#regform li input
	{
	float: left;
	width: 100px;
	font: normal 12px/20px 宋体;
	height: 14px;
	}
#regform i
	{
	float: left;
	}
#regform li i.hint
	{
	margin-left: 10px;
	border: 1px dotted #369;
	font: normal 12px/20px 宋体;
	display: block;
	width: 150px;
	float: right;
	padding-left: 4px;
	padding-right: 4px;
	float: left;
	color: #09c;
	}
#regform li i.func
	{
	font: normal 12px/20px 宋体;
	}
#regform li i.label
	{
	text-align: right;
	width: 70px;
	display: block;
	float: left;
	font: bold 12px/20px 宋体;
	}
#regform input.i
	{
	width: 56px;
	}
ul#regform
	{
	width: 550px;
	display: block;
	list-style: none;
	}
#regform input.submit
	{
	height:20px;
	}
#regform i#checkUser
	{
	display: none;
	margin-left: 6px;
	font: normal 12px/20px 宋体;
	border: 1px dotted #84abd8;
	background: #efecf6;
	}
i#checkUser b
	{
	color: #f00;
	}
#tag1, #tag2, #tag3
	{
	display: block;
	float: left;
	margin-right: 4px;
	}
#infopost i.hint
	{
	margin-left: 6px;
	display: block;
	float: right;
	width: 186px;
	text-align: left;
	font: bold 12px 宋体;
	color: red;
	}
#infopost .formw select
	{
	display: block;
	margin-right: 4px;
	float: left;
	}
	
