.error_message {
	color: white;
	background-color: #CC3700;
	border-radius: 8px;
}
.contact_form_name { display: block;}
.contact_form_email { display: block;}
.contact_form_phone { display: block;}
.contact_form_subject { display: none;}
.contact_form_message { display: block;}

.success_message { display: none;}

.wrapper.style4 form input[type=text].error,
.wrapper.style4 form input[type=email].error,
.wrapper.style4 form input[type=password].error,
.wrapper.style4 form select.error,
.wrapper.style4 form textarea.error {
	border: none;
	background: #CC3700;
}

.wrapper.style4 form input[type=text]:focus.error,
.wrapper.style4 form input[type=email]:focus.error,
.wrapper.style4 form input[type=password]:focus.error,
.wrapper.style4 form select:focus.error,
.wrapper.style4 form textarea:focus .error{
	background: #FF4500;
	box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(255, 255, 255, 0.025), inset 0px 0px 2px 1px #aae0f0;

}


