/*#box_wrap {
	float: left;
	width: 75%;
}

#box_1 {
	width: 57%;
	float: left;
	
}

#box_2 {
	width: 40%;
	float: right;
	
	padding: 0px;
}

#box2_1_anim img {
	margin: 0px;
	padding: 0px;
}

#box2_2_anim img {
	margin: 0px;
	padding: 0px;
	float:right;
	
}

#box_3 {
	
	float: right;
	width: 23%;
	
}
*/

#box_wrap {
	float: left;
	width: 100%;
	position: relative;
}

#box_1 {
	
	margin-right: 342px;
	float: left;
}

#box_2 {
	width: 332px;
	height: 100% !important;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	
}


.flash_text_content {
	display: block;
	color: #474a59;
}

.flash_text_content a, .flash_text_content a:link, .flash_text_content a:visited, .flash_text_content a:hover {
	/*color: #f2f2f2;*/
	color: #023399;
	text-decoration: none !important;
}

.flash_text_content h1 {
	/*color: #f2f2f2;*/
	color: #023399;
}

.home_form_field {
	clear: both;
	margin-bottom: 5px;
	height: 20px;
}

.home_form_field label {
	float: left;
	width: 50px;
}

.home_form_field input {
	width: 65%;
	
}

.formError {
	color: #ff0000;
	margin-bottom: 3px;
}

.fieldWithErrors input {
	background: #fbffb2 !important;
	border-color: #eeff00;
}

#form_sent_info {
	height: 200px;
	text-align: center;
	margin-top: 100px;
}