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

Name: cmxform Styles

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

.error-white label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
    margin-top: 10px;
    color: #fff;
/*	font-style: italic;*/
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.error-black label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
    margin-top: 10px;
    color: #212121;
/*	font-style: italic;*/
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

label span.error {
    padding-left: 10px;
    color: #00496f;
/*	font-style: italic;*/
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

div.error { 
    display: none; 
}

input {	
/*    border: 1px solid black; */
}

input.checkbox { 
    border: none 
}

input:focus { 
    border: 1px dotted black; 
}

input.error { 
    border: 1px dotted red; 
}

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