/* Page Elements */
	#FormContent {
		position:			relative;
		width:				610px;
		margin:		   		0px;
		padding-left:		7px;
	}
		
/* End Page Elements */

/* Begin Form Elements */

	fieldset {  
		margin: 			10px 0 0 0;  
		padding: 			0;
		background:			transparent url(/styles/fieldsetbg.gif) no-repeat bottom right;
	}

	legend {  
		text-transform:		uppercase;
		font-size:			1.3em;
		padding:			3px;
		margin-left:		1em;
		color:				#ffffff;
		background: 		#9A0000;
	}
	
	fieldset ol {  
		padding: 			2px 2px 0 2px;  
		list-style: 		none;
	}
	
	fieldset li {  
		position:			relative;
		padding:            2px;
		line-height:		5px;
	}
	
	fieldset#submitform {  
		background-image:	none;
		border-style: 		none;
	}
	
	label {
		position:			relative;
		clear:				left;
		float:				left;
		width:				15em;
		margin-right:		5px;
		padding-right:		10px;
		line-height:		20px;
		text-align:			right;
	}
	
	label.values {
		margin-top:0px;
		position:			absolute;
		margin-left:	150px;
		text-align:			left;
	}
	
	label span {
		position:			absolute;
		left:				-10000px;
		top:				0px;
	}
	
	p span.required {
		display:			inline-block;
		vertical-align: 	middle;
		line-height:		3.4em;
		width:				40px;
		line-height:		3.4em;
		text-indent:		-10000px;
		overflow:			hidden;
			
	}
	
	input {
		padding:			2px;
		font-size:			12px;
		border:				1px solid #493F0B; 
		color:				#1E1903; 
		background:			#F5F6D4;
		width:				300px;
	}
	
	input.values {
		padding:			2px;
		font-size:			12px;
		border:				0; 
		color:				#1E1903; 
		background:			#FFF;
		width:				400px;
	}
	
	input.radio {
		border:				none;
		background:			transparent;
	}

