/*
// ---------------------------------------------------------------------
// Title: Attorney Bob Katz - Cascading Style Sheet Document for Form Validator.
// Author: Michael A. Karr | mike@advp.com
// File Name: validate.css
// File Dependants: include/contactForm.php, js/validate.js
// Date: 04/20/2006
// Last Modified: 04/20/2006 | Michael A. Karr
// ---------------------------------------------------------------------
*/


/* Form elements */
.text {
	width: 100%;
}

.text_focus {
	background-color: #FFFFCC;
	width: 100%;
}

.text_err {
	background-color: #FFCC66;
	width: 100%;
}

.textarea {
	width: 100%;
}

.textarea_focus {
	background-color: #FFFFCC;
	width: 100%;
}

.textarea_err {
	background-color: #FFCC66;
	width: 100%;
}

.select {
	width: 100%;
}

.select_focus {
	background-color: #FFFFCC;
	width: 100%;
}
.select_err {
	background-color: #FFCC66;
	width: 100%;
}

/*This is for OPT Only*/

#opt {
	display: none;
}