

.form_wrap {
	width:94%;
	height:auto;
	float:left;
	margin:10px 0px 20px 0%;
	padding:0px 0px 0px 0px;
	font-family: "myriad-pro-condensed", arial, sans-serif;
	background-color: #eee;
	padding: 15px 3% 5px 3%;
}

.form_section {
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 10px 0px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.form_section.submit {
	border: none;
	background-color: transparent;
}

.form_title {
	width:35%;
	height:auto;
	float:left;
	margin:20px 0px 0px 15px;
	color:#888;
	font-weight:700;
	font-size:1.2em;
	font-family: "myriad-pro-condensed", arial, sans-serif;
}

.form_input {
	width:50%;
	height:auto;
	float:right;
	margin:5px 20px 0px 0px;
	color:#888;
	font-weight:700;
	padding:3px 0px 0px 0px;
}

.form_input input {
	background:#FFF;
	color:#333;
	border:1px solid #ddd;
	padding:6px 5px 6px 5px;
	font-size:1em;
	width:90%;
	float: right;
}

.form_input input:hover {
	border:1px solid #999;
}

.form_input img {
	float:right;
}

.form_input button {
	background-color:#D08911;
	border:none;
	cursor:pointer;
	width: 130px;
	height: auto;
	color: #fff;
	line-height: 21px;
	font-family: "myriad-pro-condensed", arial, sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	padding: 4px 0px 4px 0px;
}

.form_input button:hover {
	background-color: #97630D;
}

.form_input textarea {
	font-family: "myriad-pro-condensed", arial, sans-serif;
	background:#FFF;
	color:#333;
	border:1px solid #ddd;
	padding:3px 5px 3px 5px;
	font-size:100%;
	width:90%;
	height:140px;
	float: right;
}

.form_input textarea:hover {
	border:1px solid #999;
}

.form_error {
	width:57%;
	height:auto;
	float:right;
	margin:5px 20px 5px 0px;
	color:#B81F0D;
	font-weight:700;
	font-size: 0.95em;
	line-height: 1.2;
    text-align: right;
    
}

#spam {
	width:auto;
	margin-bottom:5px;
	float: none;
}

.hidden {
	display: none;
}

#contact_error {
	width: 96%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #97630D;
	text-align: center;
	color: #333;
	padding: 12px 2% 12px 2%;
	font-size: 1em;
	color: #fff;
	z-index: 100;
	line-height: 1.2;
}

@media screen and (max-width: 550px) {
	.form_title {
        width: 90%;
        margin:14px 0px 0px 5px;
    }
    .form_input {
       width: 90%;
    }
    
    .form_error {
        width: 80%;
    }
}
}

@media screen and (max-width: 480px) {

    
}



