.contact_message {
	width: 100%;
	float: left;
	background-color: #990000;
	margin-bottom: 10px;
	}
	
	.contact_message P {
		font-family: Arial, san-serif;
		font-size: 12px;
		color: #0299ef;
		padding: 6px;
		text-transform: uppercase;
		}

.contact_form_wrapper {
	display: block;
	float: left;
	padding: 20px;
	width: 100%;
	
	}
	
.contact_round {

	}
	
.mobile_content .contact_form_wrapper h1 {
	color: #FFFFFF;
}

.contact_form_text {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #434A54;
	font-family: Arial, san-serif;
	font-size: 12px;
	padding: 0px 0px 2px 0px;
	text-transform: uppercase;
	}
	
.contact_form_field {
	width: 100%;
	float: left;
	padding: 0px 0px 10px 0px;
	}
	
.contact_form_input_medium {
	width: 150px;
	border: 1px solid #FFFFFF;
	}
	

.contact_form_input_large {
	width: 250px;
	display: block;
	border: 1px solid #0A3542;
	padding: 5px;
	}
	
.mobile_content .contact_form_input_medium {
	width: 100px;
	}
	
.mobile_content .contact_form_input_large {
	width: 200px;
	border: 1px solid #;
	}

#content_form_submit {
	width: 100%;
	}
	
.contact_submit {
	background-color: #F6A90D;
	color: #FFF;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#submit
{
	border:0;
	margin:0;
	padding:0;
    width:82px;
    height:27px;
    display:block;
    background:url("images/submit.png") no-repeat 0 0;
	cursor:pointer;
}
#submit:hover, a#submit.selected
{
	background:url("images/submit.png") no-repeat 0 -27px;
}

.contact_form_wrapper input[type="text"],
.contact_form_wrapper input[type="email"],
.contact_form_wrapper textarea {
	background: #e8e8e8;
	border: none;
	color: #70777a;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	margin: 0 0 3px;
	padding: 6px 15px;
	width: 100%;
}
	::-webkit-input-placeholder {
		color: #70777a;
	}
	:-moz-placeholder { 
		color: #70777a;
	}		
	::-moz-placeholder { 
		color: #70777a;
	}
	:-ms-input-placeholder {  
		color: #70777a;
	}	
#submit,
.contact_form_wrapper_submit,
.contact_form_wrapper input[type="submit"] {
	background: url(images/signUpBtnBg.png) left top;
	background-size: 100%;
	border: none;
	color: #FFFFFF;
	float: right;
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 20px;
	height: 42px;
	padding: 2px 25px 6px 15px;
	text-transform: uppercase;
	width: 120px;
}
#submit:hover,
.contact_form_wrapper_submit:hover,
	a#submit.selected,
	.contact_form_wrapper input[type="submit"]:hover {
		background: url(images/signUpBtnBg.png) left 85px;
		background-size: 100%;
		color: #FFFFFF;
	}
