* { 
	margin: 0; padding: 0; 
}

body { 
	font-family: Helvetica, Arial, Sans-Serif;
	background: #2c2c2c url(../images/bg.jpg) top center repeat-x;
	background-color: #87C643;
}

#page-wrap { 
	width: 960px;
	margin: 80px auto;
	overflow: hidden;
}

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

h1 { 
	font-size: 48px;
	letter-spacing: -1px;
	color: white;
	margin: 0 0 15px 0; 
	}
	h1 span	{ 
		color: #1f8cc5; 
}

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

p, label { 
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 18px; 
	margin: 4px 0;
}	


fieldset {
	width: 800px; 
	padding: 15px; 
	float: left; 
	border: none;
	margin: 0 10px 0 0; 
	}
	
fieldset#step_1	{ 
		background: #b2e7ca;
		background: #ffffff; 
	}
	
fieldset#step_2	{ 
		background: #b2d9e7;
		background: #fefefe; 
	}
	
fieldset#step_21	{ 
		background: #b2d9e7;
		background: #fefefe; 
	}	
	
	
	
fieldset#step_3 { 
		background: #e7c7b2;
		background: #fefefe; 
	}
	
	
fieldset#step_31 { 
		background: #e7c7b2;
		background: #fefefe; 
	}
	
fieldset#step_4 { 
		background: #e7c7b2;
		background: #fefefe; 
	}		
	

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

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

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

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

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

#ua {
	color:red;
	font-size: 12px;
	 vertical-align: middle;
}



table td, table td * {
    vertical-align: top;
}

/*form*/
    .form {
	  /*text-align: center;*/
	}
.form input[type="text"]{
	font-size: 0.82355em;
	font-family: 'Open Sans', sans-serif;
	color: #B1B1B1;

	display: block;
	border: 2px solid rgba(216, 216, 216, 0.39);
	border: 2px solid #B1B1B1;
	padding: 0.9em 0.9em;
	outline: none;
	text-align: left;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: 320px;
	/*margin: 20px 10px;*/
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.form input[type="submit"] {
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	display: block;
	border: none;
	padding: 0.7em 0.9em;
	outline: none;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	font-weight: bold;
	width: 352px;
	margin: 20px 10px 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	outline: none;
	cursor: pointer;
	background: #90C842;
}
.form input[type="submit"]:hover {
	background:#0287CC;
	color:#fff;
}
.form input[type="text"]:hover{
	border:2px solid #0287CC;
	color: #0287CC;
}


