@charset "utf-8";
/**********************************

Name: error Styles

***********************************/
form.form1 {
	width: 370px;
	font-size: 1.0em;
	color: #333;
}

form.form1 legend {
	padding-left: 0;
}

form.form1 legend, form.form1 label {
	color: #333;
}

form.form1 fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background-color: #F8FDEF;
}

form.form1 fieldset fieldset {
	background: none;
}

form.form1 fieldset p, form.form1 fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../images/form1-divider.gif) left bottom repeat-x;
}

form.form1 label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	padding-left:20px;
	font-size:12px;
	color: red;
}
input:focus { border: 1px dotted black; }
input.error { border: 1px solid red; }