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;
}

.lbl 
{ 
	width: 120px;

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

.lblchkbox{
	width: 400px;
}

.chkbox {
	width: 120px; 
	height: 16px;
	}
	
input, textarea 
{
	width: 400px;
	height: 24px;
/*	-moz-border-radius: 5px;
	-webkit-border-bottom: 5px;
	border-radius: 5px;*/
	background-color: #ddd;
	border: 1px solid #666;

}

textarea
{
	height: 200px;
}

input.submit
{
	width: 80px;
	margin-left: 125px;
	color: #000;
}

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; }



