/* 
    Document   : blue_form
    Created on : Oct 14, 2012, 3:50:05 PM
    Author     : bcohen
    Description:
        Purpose of the stylesheet follows.
*/

  textarea.ui-input-text,  div.form textarea, div.form input text {
        background: white;
        color: black;
    }
 
     input.ui-input-text {
        background: white;
        color: black;
    }
    
    div.form .errorSummary {
    color: black;
    
}

.ui-content .ui-listview {
    margin: 0;
}


   div.form .errorMessage {
        color: white;
    }
