/**********************************

Name: cmxform Styles

***********************************/

form.cmxform fieldset {
	width: 570px;
	font-size: 1.0em;
	border: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background: url(images/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #f8f8f8;

}

form.cmxform label {
	width: 80px; /* Width of labels */
	display: inline-block;
	line-height: 1.2;
	vertical-align: top;
	color: #727272;
}
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.cmxform fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
	display: block;
	width: auto;
}
form.cmxform fieldset li, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	margin-left: 10px;
	width: auto;
	display: inline;
}
div.error { display: none; }

input {	border: 1px solid ##727272; width:150px;}
textarea{	border: 1px solid ##727272; width:150px;}

input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
textarea.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }