.register_form{
	width:100%;
}
.register_form .tr{
	width:700px;
	float:left;
	margin:10px;
}
.register_form .tr2{
	width:350px;
	float:left;
	margin:10px;
}
.register_form .left_end{
	width:22px;
	height:26px;
	float:left;
	background-image:url(/images/register.gif);
}
.register_form .left_td{
	width:200px;
	float:left;
	height:22px;
	color:#FFF;
	padding-top:4px;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#2f92d4;
	margin:0 10px 0 0;
}
.register_form .right_td{
	width:400px;
	float:left;
}
.register_form .right_td input{
	border:solid #2f92d4 1px;
	height:21px;
	margin:0;
	padding:3px 0 0 0;
}
.register_form .right_td textarea{
	border:solid #2f92d4 1px;
	height:21px;
	margin:0;
	width:511px;
	height:100px;
	padding:3px 0 0 0;
}
.dot{
	color:#F00;
}
.err{
	color:#F00;
	float:left;
	margin-left:10px;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
}