

/* Form style */

#contact label { display: inline-block; height: 26px; line-height: 26px; width: 155px; font-size: 1.5em; -webkit-border-radius:5px; color: #fff; margin-left: -50px; }
#contact input, textarea, select { width: 320px; margin: 0; padding: 5px; color: #fff; background: rgba(255,255,255,0.3); border: 1px solid transparent; margin: 5px 0;  webkit-border-radius:5px; }
#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.submit:hover { background:#444; }
#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: inline-block;
	line-height: 40px;
}

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

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

#contact input:focus, textarea:focus {
	color: #fff;
	border: 1px solid white;
}

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

#contact input[type="submit"] {
	display: block;
	cursor: pointer;
	width: auto;
	background: transparent;
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
	padding: 8px 20px;
	margin: 10px auto;
	width: 100px;
	-webkit-appearance: none;
}

#contact input[type="submit"]:hover {
	background: #0091ba;
	color: #fff;
	border: 1px solid #0091ba;
}

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

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

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

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

/*-------*/
