form label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}
form fieldset fieldset label {
	display: block;
	width: auto;
}

form label { width: 150px; } /* Width of labels */
form fieldset fieldset label { margin-left: 153px; } /* Width plus 3 (html space) */
form label.error {
	/*margin-left: 103px;*/
	margin-left : 1em ;
	width: 220px;
}

form input.submit {
	margin-left: 153px;
}
/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	display: none;
	color: red;
	font-style: italic
}
div.error { display: none; }
input {	border: 1px solid black; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form .gray * { color: gray; }