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 fieldset fieldset label 
{
	/*display: block;*/
}

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

form.cform label 
{ 
	width: 80px;

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


input, textarea 
{
	width: 270px;
	height: 24px;
/*	-moz-border-radius: 5px;
	-webkit-border-bottom: 5px;
	border-radius: 5px;*/
	background-color: #e4e0de;
	border: 1px solid #666;

}

textarea
{
	height: 100px;
}

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

form.cform label.error {
	color: red;
	font-style: italic;
	width: 200px;
	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; }



