.form_round input, .form_round textarea {
	width: 88%;
	margin-bottom: 15px;
	border-radius: 12px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.form_round .submit_button {
	background-color: #D46027;
	color: #fff;
	width: 75px;
	cursor: pointer;
}
#contact_form #SubmitButton {
	width: 110px;
	height: 30px;
	padding: 0px;
	cursor: pointer;
	border: 1px solid #666;
	background-color: #f3f3f4;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}
#contact_form input, #contact_form select {
	border: 1px solid #666;
	height: 28px;
	width: 66%;
	margin-top: 5px;
	background-color: #f3f3f4;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#contact_form textarea {
	border: 1px solid #666;
	height: 150px;
	width: 80%;
	margin-top: 5px;
	background-color: #f3f3f4;
	-moz-border-radius: 15px 0px 0px 15px;
	-webkit-border-radius: 15px 0px 0px 15px;
	-khtml-border-radius: 15px 0px 0px 15px;
	border-radius: 15px 0px 0px 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.form_input_text {
	width: 100%;
	max-width: 300px;
}
.form_input_textarea {
	width: 100%;
	height: 200px;
}
.form_input_select {
	width: 100%;
	max-width: 300px;
}



@media screen and (max-width: 959px) {
#contact_form input, #contact_form select {
	width: 90%;
	margin-top: 0px;
}
#contact_form textarea {
	height: 200px;
	width: 90%;
	margin-top: 0px;
}
}