* { 
	margin: 0; padding: 0; 
}

div#form { 
	margin-top: 15px;
	
	font-family: Helvetica, Arial, Sans-Serif;
	background: url(../images/trans-bg.png) repeat;
}

div#form div#page-wrap { 
	width: 860px;
	margin-bottom: 0px auto;
	margin-left:15px;
	overflow: hidden;
}

div#form .hidden {
	position:absolute;
	left:-999em;
	top:-999em;
	width:1%;
}

div#form h1 { 
	font-size: 20pt;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight:lighter;
	margin: 15px;
	}
	h1 span	{ 
		color: #1f8cc5; 
}

div#form h3 { 
	font-size: 18px; 
	letter-spacing: -1px; 
	margin: 0 0 5px 0; 
}

div#form p, label { 
	font-family: Georgia, serif;
	
	font-size: 18px; 
	margin: 4px 0;
}	


div#form fieldset {
	width: 244px; 
	padding: 15px; 
	float: left; 
	border: 1px solid #e9ddbe;
	margin: 0 10px 15px 0; 
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	}
	fieldset#step_1	{ 
	    background: #f2e7a4; 
		
	}
	fieldset#step_2	{ 
		background: #f2e7a4; 
	}
	fieldset#step_3 { 
		background: #f2e7a4; 
	}

div#form legend { 
	font-weight: bold; 
	font-size: 20px; 
	background: white;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	padding: 5px 10px; 
	letter-spacing: -1px;
}
									  	  
div#form option { 
	padding: 0 5px; 
}

div#form .name_wrap { 
	margin: 5px 0; 
	}
	.name_wrap label { 
		font-size: 12px; 
		display: block; 
		width: 102px; 
		float: left; 
	}
	
div#form .push {
	margin: 20px 0 0 0; 
}

div#form div#special_accommodations_wrap,
div#company_name_wrap { 
	margin: 8px 0 0 0; 
}

div#form div#company_name_wrap label,
div#special_accommodations_wrap label { 
	font-size: 12px; 
}

div#form #special_accommodations_wrap textarea { 
	width: 100%; height: 100px; 
}