/**
 * validating_contact_form.css
 * Copyright (c) 2009 Zeetix, LLC and Thomas M. Stambaugh
 * All Rights Reserved, patents pending
 *
 */

.invalid {
    color: #cb0b0b !important;
    }

.complaint {
    color: #cb0b0b !important;
    }

.confirmation {
    }

.invisible {
    display: none !important;
    }

.visible {
    display: inline !important;
    }

