#dv_form fieldset{
	position:relative;
	margin:20px 0px 20px 0px;
	padding-bottom:15px;
	border:solid 1px #C0C0B0;
	}
#dv_form fieldset legend{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
	color:#990000;
	margin-left:10px;
	}
#dv_form label{
	position:relative;
	left:10px;
	top:10px;
	width:90%;
	margin-bottom:10px;
	display:block;
	}
#dv_form label span{
	position:relative;
	left:0px;
	top:0px;
	color:#606050;
	width:135px;
	text-align:right;
	line-height:24px;
	}
#dv_form textarea{
	display:block;
	width:80%;
	height:50px;
	padding:5px;
	}
#dv_form input,select{
	display:block;
	top:0px;
	padding:5px;
	}
#dv_form select{
	height:30px;
	}	
#dv_form input[type=submit]{
	position:relative;
	height:40px;
	left:80%;
	}	
#dv_form input[type=file]{
	top:-5px;
	margin-left:30px;
	}