.contact_message {
	width: 100%;
	float: left;
	background-color: #990000;
	margin-bottom: 10px;
	}
	
	.contact_message P {
		font-family: Helvetica, Arial, san-serif;
		font-size: 12px;
		color: #FFFFFF;
		padding: 6px;
		}

.contact_form_wrapper {
	display: block;
	float: left;
	padding: 20px;
	width: 300px;
	
	}
	
.contact_round {

	}
	
.mobile_content .contact_form_wrapper h1 {
	color: #FFFFFF;
}

.contact_form_text {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #0A3542;
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	padding: 0px 0px 2px 0px;
	}
	
.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 #cccccc;
	padding: 5px;
	}
	
.mobile_content .contact_form_input_medium {
	width: 100px;
	}
	
.mobile_content .contact_form_input_large {
	width: 200px;
	border: 1px solid #cccccc;
	}

#content_form_submit {
	width: 100%;
	}
	
.contact_submit {
	background-color: #F6A90D;
	color: #FFF;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.contact_form_drop {
	width: 100%;
	float: left;
	padding: 0px 10px 10px 0px;
	}


#submit {
	background: url("images/bg_btn_plus.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-family: 'Oswald',Arial,sans-serif;
    font-size: 15px;
    line-height: 23px;
    margin: 0 36px 0 0;
    padding: 1px 6px 4px;
	border: 0 none;
	float:right;
}

/*#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;
}*/