form.cform legend {
	padding-left: 0;
}

form.cform legend, form.cform label {
	color: #666;
}

form.cform fieldset {
	border: none;
}

form.cform fieldset fieldset {
	background: none;
}

form.cform fieldset p, form.cform fieldset fieldset {
	padding: 2px 10px 2px;
}


form.cform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

form.cform fieldset
{
	margin-left: -20px;
}

form.cform label
{ 
	width: 110px;

} /* Width of labels */
/*form.cform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) *!/*/


input, textarea 
{
	width: 270px;
	height: 24px;
	background-color: #e4e0de;
	border: 1px solid #666;

}

textarea
{
	height: 100px;
}

input.submit
{
	width: 80px;
	margin-left: 115px;
}

form.cform label.error {
	color: red;
	font-style: italic;
	width: 250px;
	font-size: 12px;
	padding-left: 10px;
}



div.error { display: none; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cform .gray * { color: gray; }



