@charset "utf-8";

.userform{
	width: 700px;
	float: left;
	margin: 0 275px;
}
.userform a{
	font-weight: bold;
	text-decoration: underline;
}
.userform .urow{
	float: left;
	margin: 0 0 15px 0;
	width: 100%;
}
.userform .upar{
	font-weight:bold;
	float: left;
}
.userform .uerror{
	float: left;
	margin-left: 30px;
	color: #f00;
	font-style: italic;
}
.userform .txtinput{
	box-sizing: border-box;
	width: 100%;
	border-radius:4px;
	padding: 4px;
	line-height: 100%;
	border:1px solid #ccc;
	font-size: 14px;
	background: #eee;
}
.userform .dis{
	background: #999;
	border:1px solid #666;
}
.userform .txtinput:focus{
	outline:none;
	background: #fff;
	color:#f00;
}
.userform .ufiles{
	width: 100%;
}

.userform div.hr{
	float:left;
	width:calc(100% + 300px);
	border-top:3px dashed #ad8282;
	margin:20px -150px;
}


.userform .tarea{
	box-sizing: border-box;
	width: 100%;
	border-radius:4px;
	padding: 4px;
	line-height: 100%;
	border:1px solid #ccc;
	font-size: 14px;
	background: #eee;
	float: left;
	height: 132px;
}
.userform .tarea:focus{
	outline:none;
	background:#fff;
	color:#f00;
}

.userform input[type="checkbox"]{
	width: 21px;
	height: 21px;
	float: left;
	margin: -2px 8px 4px 0;
}
.userform .button{
	box-sizing: border-box;
	border-radius:12px;
	padding: 10px;
	min-width:220px;
	line-height: 100%;
	font-size: 16px;
	background: #e00;
	float: right;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

div.uddone, div.uderror{
	float: left;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding: 25px 20px;
	font-size: 20px;
	color: #090;
	font-weight: bold;
}



div.uderror{

	color: #900;
}

div.usercenter{
	float:left;
	width: 100%;
	text-align: center;
	padding: 15px 0 30px 0;
	font-size: 20px;
}
div.usercenter a{
	font-size: 20px;
}



