f<!--Form Styles-->

form#evnForm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	
}

fieldset {  
	float: left;
	clear:left;	  
	margin: 0 0 1.5em 5px;  
	padding: 0px;  
	border: none;
	width: 310px; 
	
}
legend {
	float: left;
	width: 45em;  
	margin: 10px 0 10px 20px;
	color: #8c0000;  
	font-weight: bold;
	
}

fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
	
}
fieldset ol li {  
	padding-bottom: 1em;
	width: 40em;
}
fieldset.submit {  
	border-style: none;
	float: none;  
	width: auto;  
	padding-top: 1.0em;  
	padding-left: 12em;  
	background-color: transparent;
}

fieldset.submit input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #FFCC66;
	
}

label {  
	float: left;  
	width: 10em;  
	margin-right: 1em;  
	text-align: left;
}

fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 1em;
}

div#contactform {
	width: 300px;
	margin: 0;
	padding: 0;
}

div#contactform h1 {
	font-size: 1.2em;
	border: none;
}

