#wc-quote-form label{
	width: 100%;
	float: left;
}
#wc-quote-form .form-field {
    margin-bottom: 15px;
}
#wc-quote-form .form-field .form-input {
    width: 100%;
}
#wc-quote-form .error{
	border: 1px solid red !important;
}
#wc-quote-form label span {
    color: red;
}
.quote-form-loader{
	width: 45px;
	vertical-align: bottom;
	display: none;
	float: right;
}
.quote-ajax-response{
	margin-bottom: 10px;
}
.quote-ajax-response .success{
	color: green;
}
.quote-ajax-response .error{
	color: red;
}
