/* Page name = contact.css. Style sheet for contact.php
*/

#form1 { 
	width: 60em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	/*border: green 1px dashed;*/
	margin: 0 13%;
}
#form1 textarea, #form1 select, #form1 input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #335265;
	}
p.table_left {
	width: 20em; 
	margin: 0; 
	padding: .5em; 
	float: left; 
	clear: both; 
	position: relative;
	text-align: right;
	/*vertical-align: text-bottom;*/
	/*color: #0a4d7f;*/
}
p.table_right { 
	width: 35em; 
	margin: 0em; 
	padding: .5em; 
	/*color: #0a4d7f;*/
	float: left; 
}
p.submit, .button, .reset {
	clear: both;
	margin: auto;
	padding: 0.2em;
	width: auto;
	text-align: center;
}

