/**********************************

Name: cmxform Styles

***********************************/

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.formerror, label.formerror {
	color: #98000b;
	float: left;
	position: relative;
	font-size: xx-small;
	top: -5px;
}
div.formerror { display: none; }
input {	border: 1px solid black; }
input:focus { border: 1px dotted black; }
input.formerror { border: 1px solid #510a15;
	background: #fdffea url(/images/icons/bullet_error.png) no-repeat 4px 4px;
}

form.cmxform .gray * { color: gray; }