#user{
	width:475px;	
	border:1px dashed #076694;
	border-top:5px solid #076694;
	border-bottom:5px solid #076694;
	margin:10px 0px 10px 10px;
	float:left;
}
#user td{
	height:30px;
	baorder:1px solid #c0c0c0;
}
#user .text{
	background-color:#fff;
	padding-left:10px;
	border:0px;
	color:#008C8E;
	
}
#user .rightBorder{
	border-right:1px dashed #076694;
	border-bottom:0px;
}
#user select{
	margin-left:10px;
	height:20px;
}
#user input{
	height:26px;
	width:280px;
	font-size:16px;
	margin-left:10px;
	background-color:#F3F3F3;
	border-bottom:1px dashed #076694;
}
.wid105px{width:120px}
#user .sub{
	border:2px solid #076694;
	padding:2px;
	background-color:#48A2AD;
	width:100px;
	margin:10px;
}
#user input.formsError{
	border-bottom:1px dashed red;
	color:red;
}
#user select.formsError{
	border-bottom:1px dashed red;
	color:red;
}
#user input.width20px{width:20px;height:10px}
