/**********************************

Name: cmxform Styles
used for the validation error display

***********************************/
form.coll-form {
	/*font-size: 1.0em;
	color: #333;*/
}

form.coll-form legend {
	/*padding-left: 0;*/
}

form.coll-form legend, form.coll-form label {
	/*color: #333;*/
}

form.coll-form fieldset {
	/*border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #F8FDEF;*/
}

form.coll-form fieldset fieldset {
	/*background: none;*/
}

form.coll-form fieldset p, form.coll-form fieldset fieldset {
	/*padding: 5px 10px 7px;*/
	/*background: url(../images/cmxform-divider.gif) left bottom repeat-x;*/
}

form.coll-form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	/*display: block;*/
}

form.coll-form .details-form-drop label.error {
	display: block;
}

div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus {
	/*border: 1px dotted black;*/ 
}
input.error { /*border: 1px dotted red;*/ }
form.coll-form .gray * { color: gray; }