@charset "utf-8";
/* CSS Document */
/*右侧内容区*/
fieldset{
	margin-top:8px;
	width:auto;
	padding:6px;
}
.regtitle{
	float:left;
	width:100px;
	text-align:right;
}
/*错误提示*/
.regmsg0{
	display:inline;	
	width:100px;
	height: 25px;
	/*
	color: #45A9D6;
	background: #FBFEFF;
	border: 1px solid #A7D7EC;
	*/
	color:#999999;
	padding:3px;
}
.line{
	margin-top:8px;
	width:auto;
	line-height:30px;
	clear:both;
}
