/* 
    Document   : validate
    Created on : Aug 20, 2014, 3:24:28 PM
    Author     : vennyl J.O
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

  form.cmxform label.error, label.error {
	color: red;
	font-style: italic;
        font-family: monospace;
        font-size: 11px;
}
        div.error { display: none; }
        input:focus { border: 1px dotted black; }
        input.error { border: 1px dotted red;}
        form.cmxform .gray * { color: gray; }
        
