.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;
	text-align: center;
}
.userForm fieldset label{
	float: left;
	width: 300px;
	color: #000;
	height: 23px;
	line-height: 23px;
}
.userForm fieldset input[type="text"]{
	float: left;
	height: 21px;
	width: 300px;
	border: 1px solid #bfbfbd;
	box-shadow: 0px 2px 2px 0px #ccc inset;
}


.userForm fieldset input[type="submit"]{
	border: 0px solid #e23b3b;
	background: #006eab;
	color: #fff;
	width: 120px;
	height: 30px;
	line-height: 30px;
}

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

.userForm .mandatory{
	color: red;
	width: 100%;
}