@charset "UTF-8";

/* CONTACT FORM */

.contact-form {
	overflow:hidden;
	margin-bottom:10px;
	padding: 0px 0px 0px 5px;}
.form-section {
	float:none;
	padding:5px;
	min-width:150px;
	max-width:300px;
}
.form-section .select {
font-size:14px;
}
.form-section.message,
.form-section.submit-holder {
	float:none;
	padding:0px;
	max-width:100px;
}
.form-section label {
	display:block;
	margin-bottom:2px;
}
.form-section input,
.form-section textarea {
	width:100%;
	padding:5px 10px;
	font-size:1.1em;
	line-height:1.3em;
}
.form-section textarea.textarea-message {
	resize:none;
	height:150px;
	padding:10px;
}
.form-section input.submit-button {
	max-width:300px;
	margin:0 auto;
	float:none;
	display:block;
	border:none;
	outline:none;
	background:#111;
	color:#f9f9f9;
	padding:15px 10px;
}