/* CSS Document */
form.cmxform label.error, label.error {
        color:#fff;
        background:#F8B706;
        font-style: italic;
        display: inline;
        font-size: 0.85em;
        display:block;
        padding:2px 10px;
        width:256px;
}
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted #F8B706; }

textarea:focus { border: 1px dotted black; }
textarea.error { border: 1px dotted #F8B706; }

form.cmxform table.tbl_captcha_code label.error {width:86px;}
