#daisy_header,#form_col,#form_content,button,
#first_name,#last_name,#state,#zip_code,#graduation_year,#age{
	display:inline-block;
	*display:inline;
	zoom:1;
	_height:1%;
	vertical-align:top;
}
#form_header{
	text-shadow: 0 1px 1px #731B07;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 20px 20px;
	color: white;
	background: #BD2D0C;
	line-height: 1;
	margin: 0;
	box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	border: 1px solid #F6846A;
	border-width: 1px 0;
}
#form_header.daisy{
	background: #BD2D0C url(../images/form-header.png) no-repeat center top;
}
#daisy_header{
	width: 870px;
	text-align: left;
}
	#daisy_check{
		padding: 0 0 20px;
	}
	#daisy_check img,#daisy_more img{
		float: right;
	}
	#daisy_check h2{
		color: #fff;
		padding: 10px 0 0 120px;
	}
	#daisy_more h2{
		color: #fff;
		padding: 0 0 0 120px;
	}
	#daisy_check p,#daisy_more p{
		font-weight: normal;
		padding: 0 0 0 120px;
	}
	.fl{
		display: block;
		float: left;
		width: 100px;
	}
#form_col,#form_content{
	width: 430px;
	text-align: left;
}
	#form_col > div,#form_content > div{
		padding: 20px 10px;
	}
	.logo_form{
		margin: 10px 0 15px 20px;
	}
#form_headline{
	color: white;
	text-shadow: 0 1px 1px #315378;
	background: #6291BC;
	padding: 20px 20px 10px;
}
	#form_headline p{
		margin: 0;
	}
	h3{
		background: transparent;
		color: white;
		text-shadow: 0 1px 1px #315378;
		padding: 0;
		margin: 0;
		font-size: 20px;
		font-weight: bold;
	}
	#form_content h3{
		margin:0 0 0.5em;
		font-weight:bold;
		color:#BD2D0C;
		font-size: 18px;
		text-shadow: none;
	}
	h4{
		background: #315378;
		color: white;
		text-shadow: 0 1px 1px #1C334D;
		font-size: 18px;
		width: 100%;
		padding: 10px 5px 10px 15px;
		margin-left: -10px;
		margin-bottom: 10px;
	}
	form{
		border: 1px solid #6291BC;
		border-width: 0 1px 1px;
		padding: 0 0 20px;
		background: #F1F5F9;
	}
	.f_div{
		padding: 0 20px 8px;
	}
	.radio_yes_no input, input[type='radio']{
		display: inline;
		width: auto;
	}
	#f_button{
		text-align: center;
	}
	button{
		font-size: 24px;
	}
		button span{
			font-size: 18px;
		}
		
	.strive{
		padding: 15px;
		border: 1px solid #C86740;
		margin: 20px 0;
		background: #F6E5DF;
	}
	h1{
		font-size: 20px;
		padding: 0;
		margin: 0;
	}
	.strive ul{
		margin: 0 0 10px;
	}
	.strive li{
		font-size: 14px;
		font-weight: bold;
	}
	h2{
		font-size: 18px;
	}
	form input, form select{
		border-color: #6291BC;
	}
	.f_div{
		margin: 0 0 1em;
	}
	.checkbox{
		float: left;
		width: 24px;
	}
		.checkbox label{
			display: none;
			visibility: hidden;
		}
	label{
		color: #315378;
	}
	
/* SPECIFIC FIELD STYLING */
#address_2{
	display: none;
}
#first_name,#last_name,#state,#zip_code{
	width: 40%;
	padding-right: 10px;
}
label.error{
	color: #BD2D0C;
	font-size: 10px;
}
input.error,select.error{
	border-color: #BD2D0C;
	background: #F6E5DF;
}
#filled_form{
	position:fixed;
	line-height:100px;
	width:100%;
	top:50%;
	margin-top:-50px;
	background:#BD2D0C;
	color:#fff;
	font-weight:bold;
	text-shadow:0 2px 0 rgba(0,0,0,0.25);
	text-align:center;
	font-size:48px;
	box-shadow:inset 0 -50px 0 rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.5);
	cursor:pointer;
}
#filled_form_box{
	position:fixed;
	width:3000px;
	height:3000px;
	overflow:hidden;
	background:rgba(0,0,0,0.75);
	top:0;
	left:0;
}