/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 750px;
    padding-top: 15px;
	font-size: 1.0em;
	color: #333;
    
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: 1px solid #CCC;
	/*
    border: none;
    border-top: 1px solid #C9DCA6;
    background: url(images/cmxform-fieldset.gif) left bottom repeat-x;*/
	background-color: #FBFBFB;
}

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.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
    font-weight: bold;
    background:url("./images/unchecked.gif") no-repeat 0px 0px;
    padding-left: 20px;
    margin-left:5px;
}

div.error { display: none; }
input {	
    border: 1px solid #CCC; 
    width: 150px;
}
input:focus { border: 1px dotted black; }
input.error { border: 2px dotted red; }



/*
form.cmxform .gray * { color: gray; }
em.error {
  background:url("./images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
}

em.error {
  background:url("images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
}
em.success {
  background:url("images/checked.gif") no-repeat 0px 0px;
  padding-left: 16px;
}

form.cmxform label.error {
    margin-left: auto;
    width: 250px;
}
em.error { color: black; }
#warning { display: none; }
*/
