/* Page Elements */
	FORM {
		font-family:		helv, arial, verdana, sans-serif;
		font-size:			14px;
		margin:				0;
		padding:			0;
		color: #000000;
	}
	

	#FORMcontent {
		font-family:		helv, arial, verdana, sans-serif;
		position:			relative;
		width:				700px;
		margin:				0 auto;
		padding:			0;
		color:				#000000;
		border:				none;
	}
	#FORMcontent form {
		margin: 			0;
		margin-left:		30px;
		margin-right:		30px;
	}
	
		
/* End Page Elements */

/* Begin Form Elements */

	

	fieldset {  
		margin: 			0 0 0 0;  
		padding: 			0;
		border:				none;
	}

	legend {  
		text-transform:		uppercase;
		font-size:			1.3em;
		padding:			5px;
		color:				#ffffff;
		background:			#010F40;
		text-align: 		center;
	}
	
	fieldset ol {  
		padding: 			10px 10px 0 10px;  
		list-style: 		none;
	}
	
	fieldset li {  
		position:			relative;
		padding-bottom: 	1em;
		line-height:		3.4em;
	}
	
	fieldset#submitform {  
		background-image:	none;
		border-style: 		none;
	}
	
	label {
		position:			relative;
		clear:				left;
		float:				left;
		width:				12.5em;
		margin-right:		5px;
		padding-right:		30px;
		line-height:		3.4em;
		text-align:			right;
		font-size: 			16px;
	}
	
	label.required {
		/* background:			transparent url(required.gif) no-repeat center right;	*/	
	}
	
	label span {
		position:			absolute;
		left:				-10000px;
		top:				0px;
	}
	
	p span.required {
		display:			inline-block;
		vertical-align: 	middle;
		line-height:		3.4em;
		width:				25px;
		line-height:		3.4em;
		text-indent:		-10000px;
		overflow:			hidden;
		/* background:			transparent url(required.gif) no-repeat center right;	*/	
	}
	
	input {
		margin:				6px 0;
		padding:			3px;
		font-size:			17px;
		border:				1px solid #493F0B; 
		color:				#1E1903; 
		background:			#F5F6D4;
	}
	
		select {
		margin:				6px 0;
		padding:			3px;
		font-size:			17px;
		border:				1px solid #493F0B; 
		color:				#1E1903; 
		background:			#F5F6D4;
	}
	
	
	input.radio {
		margin:				18px 0;
		margin-left:		8px;
		border:				none;
		background:			transparent;
	}
	
	input#submit {
	font-size: 14px;
	margin: 0 auto;
	background: #CC0000;
	color: #FFFFFF;
	border: 2px solid #990000;	
	}

