/*** form styles ***/
fieldset {
	border: none;
	padding:10px;
}
legend {
	color: #FFA500;
	font-weight: normal; 
	font-size: 125%;
}
label {
	display:block;
	float:left;
	line-height:1.2em;
	padding:4px 9px 0 0;
	text-align:right;
	width:125px;
}
input, textarea {
	padding:2px;
	width: 250px;
}
input, select, textarea {
	font-family: "Lucida Grande",Tahoma,Helvetica,Arial,sans-serif;
	background-color:#475360;
	color:#FFFFFF;
	border:1px inset #BBBBBB;
	margin:2px 3px 4px;
	font-size: 100%;
}
.frmBtn {
	font-family: "Century Gothic", "Lucida Grande", Tahoma, Helvetica, Arial, sans serif;
	font-size: 105%;
	width: auto;
	border: 1px solid #FFF;
	padding: 0 2px;
	background-color: transparent;
	cursor: pointer;
}
/* val */
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #FFA500;
	font-style: italic;
}
div.error { display: none; }
input:focus, select:focus, textarea:focus { border: 1px dotted #BBBBBB; }
input.error, select.error, textarea.error { border: 1px dotted #FFA500; }
form.cmxform .gray * { color: gray; }
label.error {
	margin-left: 136px;
	width: auto;
}
.il label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}