/* styles for contact.htm.inc.php - a formToSend component */

#label {text-align:right; width:185px;}
#label ul {list-style-type:none;}
#label li {padding-bottom:9px;color:#777777;} 
/* for ie #label li {padding-bottom:12px;color:#777777;} */
#label input {background-color: #fafaff;}
#label textarea {background-color: #fafaff;color:#555555;}

#label #email input { width:200px; } 
#label #lastName input { width:250px; }   
#label #firstName input { width:200px; } 
#label #company input { width:200px; } 
#label #phone input { width:150px; } 
#label #message textarea {width:300px;height:150px;}

#form {position:relative;left:155px;top:-165px;text-align:left; width:400px;}

/* for ie #form {position:relative;left:155px;top:-210px;text-align:left; width:400px;}*/

#form ul {list-style-type:none;}
#form li {padding-bottom:5.1px; }

.field {
	padding-left:3px;
	border-left: #848499 1px solid;	
	border-top: #848499  1px solid; 
	border-right: #ddddee 1px solid;
	border-bottom: #ddddee 1px solid;
	background-color: #fafaff; color:#353535;
}

#form textarea {padding-top:3px;}
#form button {background-color: #f0f0ff; color:#353535;}

#form #f_email input { width:200px; } 
#form #f_lastName input { width:250px; }   
#form #f_firstName input { width:200px; } 
#form #f_company input { width:200px; } 
#form #f_phone input { width:150px; }
/* EndOfComment : styles for contact.htm.inc.php - a formToSend component */
