@charset "UTF-8";
/* CSS Document */

/* Begin Form Elements */

	

	fieldset {  
		margin: 			5px 0 0 0;  
		padding: 			0;
		background:			transparent url(/images/fieldsetbg.jpg) no-repeat bottom right;
		max-height: 365px;
		min-height: 365px;
	}

	legend {  
		text-transform:		uppercase;
		font-size:			1.3em;
		padding:			5px;
		margin-left:		1em;
		color:				#333333;
		background:			#FFFFFF;
	}
	
	fieldset ol {  
		padding: 			10px 10px 0 10px;  
		list-style: 		none;
	}
	
	fieldset li {  
		position:			relative;
		padding-bottom: 	5px;
		line-height:		1.4em;
	}
	
	fieldset#submitform {  
		background-image:	none;
		border-style: 		none;
	}
	
	label {
		position:			relative;
		clear:				left;
		float:				left;
		width:				8em;
		margin-right:		5px;
		padding-right:		30px;
		line-height:		34px;
		text-align:			right;
		font-size: 			14px;
	}
	
	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 {
		padding:			3px;
		font-size:			16px;
		border:				1px solid #FFC726; 
		color:				#FFFFFF; 
		background:			#333333;
		font-family:"Times New Roman", Times, serif;
	}
	
	input.radio {
		border:				none;
		background:			transparent;
	}
	
	.button-bg {
		background: url(/images/button_bg.gif) repeat-x;
		border: 1px solid #FFC726;
		font-size:14px;
		font-family:'Times New Roman', Times, serif;
		color:#FFFFFF;
		cursor:pointer;
	}
