/*_____________________________________________________________________//Formating the form*/
label
{
width: 9.7em;
float: left;
text-align: right;
margin-right: 1em;
display: block;
}
INPUT,TEXTAREA { font-family: Verdana, Helvetica, sans-serif; font-size: 12px; }

 

select {
color: #0180BE;
background: #E1EBF5;
padding-left: 5px;
font: 11 light;
text-align: left;
width: 160px;
}

fieldset{
width: 450px;
border: 0px dashed #fff;
height: 30px;
}

.required { 
	font: 7pt/16pt bold Verdana, Helvetica, sans-serif; 
	font-style: italic;
	margin-top: 0px; 
	margin-left: 2px;
	text-align: justify;
	color: #CC0000;
}
input[type="text"], textasrea{
	border-top: 2px solid #999;
	border-left: 2px solid #999;	
	border-bottom: 1px solid #ccc;	
	border-right: 1px solid #ccc;
	margin-bottom: 10px;	
	padding-left: 5px;
}
.submit{
	position: absolute;
	right: 310px;
	width: 70px;
}