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


fieldset {  
		margin: 			0 9px;  
		padding: 			0;
		background:			transparent url(fieldsetbg.gif) no-repeat bottom right;
	}

legend { text-transform: uppercase;	font-size: 1.3em; padding: 5px;	margin-left: 1em; color: #ffffff; background: #018AF1; }
	
fieldset ol { padding: 10px 10px 0 10px; list-style: none; }
	
	fieldset li {  
		position:			relative;
		padding-bottom: 	1em;
		line-height:		27px;
	}
fieldset li.abc {padding-bottom: 0px; }
	
fieldset#submitform {  
		background-image:	none;
		border-style: 		none;
		padding-top: 5px;
		float: left;
		margin-left: 160px;
	}
input#formsubmit { width: 100px; margin-bottom: 20px; background:#F5F6D4 none repeat scroll 0 0; border:1px solid #493F0B; color:#1E1903; }
label {
		position:			relative;
		clear:				left;
		float:				left;
		width:				10em;
		margin-right:		5px;
		padding-right:		15px;
		padding-top:		5px;
		line-height:		16px;
		text-align:			right;
		font-size: 			1.2em;
		
	}
	
label#refer { padding-top: 0; }
input#refer-other {margin-left: 7px; }
textarea { width: 294px; height: 75px;	padding:5px;
		border:				1px solid #493F0B; 
		color:				#1E1903; 
		background:			#F5F6D4;		
	}

	
label.newsletter { width: 417px; margin-right: 5px; padding-right: 5px; line-height: 10px; }
	
	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:		30em;
		width:				25px;
		line-height:		3.4em;
		text-indent:		-10000px;
		overflow:			hidden;
		background:			transparent url(../img/required.gif) no-repeat center right;		
	}
	
	input {
		padding:			5px;
		font-size:			1.4em;
		border:				1px solid #493F0B; 
		color:				#1E1903; 
		background:			#F5F6D4;
	}


	
	select {
		padding:			5px;
		font-size:			1.4em;
		border:				1px solid #493F0B; 
		color:				#1E1903; 
		background:			#F5F6D4;
		
	}
	
	input.radio {
		border:				none;
		background:			transparent;
	}