


/* Form style */

#contact label { display: none;}
#contact input, textarea, select { width: 100%; margin: 0; padding: 5px; color: #666; background: #f5f5f5; margin: 5px 0;  webkit-border-radius:5px; font-family: 'proxmia-nova', sans-serif; }
#contact input:focus, textarea:focus, select:focus { /*border: 1px solid #999; background-color: #fff; color:#333; */}
#contact input.submit {/* width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; */}
#contact input[type="submit"][disabled] { background:#888; }

#contact span.required{ font-size: 13px; color: #ff0000; }

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../images/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h1 { padding-left:0px; font-size: 60px; line-height: 1em; margin-bottom: 10px;}

span.required, #contact label {
	display: none;
}

#contact label[for="verify"] {
	display: block;
	width: 90px;
	line-height: 40px;
}

#contact input#verify {
	padding: 5px 5px;
	text-align: center;
	font-size: 16px;
}

#contact input, textarea, select {
	background: #D95D4C;
	opacity: 0.8;
	color: #fff;
	border: none;
	padding: 12px;
	border-radius: 3px;
	max-width: 100%;
}

#contact input:focus, textarea:focus {
	outline: none;
	color: #fff;
}

#footer #contact p.verify {
	margin-bottom: 5px;
	color: #999;
	font-size: 16px;
}

#contact input[type="submit"] {
	display: inline-block;
	cursor: pointer;
	width: auto;
	font-size: 20px;
	border: none;
	padding: 8px 20px;
	margin: 0px;
	width: 140px;
	font-family: 'proxmia-nova', sans-serif;
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	font-style: italic;
	text-transform: uppercase;
	background: white;
	color: #E96E57;
	-webkit-appearance: none;
	opacity: 1;
}

#contact input[type="submit"]:hover {
	opacity: 0.7;
	cursor: pointer;
}

fieldset {
	border: none;
	padding: 0px;
}

/*-------*/


::-webkit-input-placeholder {
   color: #ccc;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ccc;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;
}

:-ms-input-placeholder {
   color: #ccc;
}

