.userForm a{color: #000;}
.userForm div{
	position: absolute;
	font-size: 10pt;
}
.userForm div a{text-decoration: underline;}
.userForm div a:hover{text-decoration: none;}

.userForm fieldset{
	width: 93%;
	line-height: 25px;
	margin: 1px 0;
	float: left;
	font-size: 10pt;
	border: 0;
}
.userForm fieldset label{
	float: left;
	width: 140px;
	color: #000;
	height: 23px;
	line-height: 23px;
}
.userForm fieldset input[type=password], .userForm fieldset input[type=text]{
	float: left;
	height: 21px;
	width: 305px;
	border: 1px solid #bfbfbd;
}

.userForm  textarea{
	width: 305px;
	height: 200px;
	resize: none;
	border: 1px solid #bfbfbd;
}