
/* text labels */
#subForm .label {
	float: left;
	/*clear: left;*/
	width: 130px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;}

/* Buttons */
input#send, input#clear {
	background-color: #E4E4E4;
	font: normal 11px/18px verdana, arial, tahoma, sans-serif;}

input#send {
margin-left: 320px;}

input#clear {
margin-left: 20px;}

input#name, input#title, input#company, input#email, 
input#telephone {
	width: 300px;
	height: 16px;
	margin-left: 10px;
	background-color: #E6E5F8;
	font: normal 11px/18px verdana, arial, tahoma, sans-serif;
	/*margin-top: -2px;*/}

textarea#comments{
	width: 300px;
	height: 100px;
	margin-left: 10px;
	background-color: #E6E5F8;
	font: normal 11px/18px verdana, arial, tahoma, sans-serif;}

/* the below changes the form input color when they get focus */
input#name:focus, input#title:focus, input#company:focus, 
input#email:focus, input#telephone:focus, textarea#comments:focus,
input#name:hover, input#title:hover, input#company:hover, 
input#email:hover, input#telephone:hover, textarea#comments:hover
{
	background-color: white;}

