/* Quote Form CSS */
#quote-form {
	width: 210px;
	margin: 0 auto;
}
.quote-label {
	font-weight: bold;
	font-style: italic;
	color: #b1b0a7;
}
.quote-dropdown {
	background-color: #F9F5F2;
	color: #2F2F2F;
	font-weight: bold;
	border: none;
	height: 20px;
	width: 200px;
}
.quote-textfield {
	background-color: #F9F5F2;
	color: #2F2F2F;
	font-weight: bold;
	background-image: url(../images/textfield-bg.jpg);
	background-repeat: no-repeat;
	border: none;
	height: 20px;
	width: 200px;
}
.quote-textarea {
	background-color: #F9F5F2;
	color: #2F2F2F;
	font-weight: bold;
	background-image: url(../images/textarea-bg.jpg);
	background-repeat: no-repeat;
	border: none;
	height: 75px;
	width: 200px;
}
.quote-submit {
	border: none;
	cursor: pointer;
	background-image: url(../images/quote-button.jpg);
	background-repeat: no-repeat;
	width: 120px;
	height: 30px;
	font-weight: bold;
	color: #2F2F2F;
}

/* Contact Form 7 Overrides */
span.wpcf7-not-valid-tip-no-ajax {
	color: #F79925;
	font-size: 12px;
	display: block;
	border: none;
}
span.wpcf7-not-valid-tip {
	color: #F79925;
	font-size: 12px;
	display: block;
	border: none;
}
div.wpcf7-validation-errors {
	display: none;
	border: none;
}
div.wpcf7-mail-sent-ok {
	width: 160px;
	text-align: center;
	margin: 0 auto;
	color: #F79925;
	font-size: 14px;
	font-weight: bold;
	border: none;
}
