/* 
    Document   : form
    Created on : Nov 16, 2007, 7:14:40 PM
    Description:
        Future simplicity form styles.
*/
/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
.formSuccess {    
    background-color: #00ff00;
    color: #0000ff;
    text-align: center;
    font-size: small;
}
.formError {    
    background-color: #ff0000;
    color: #ffff00;
    font-weight: bold;
    text-align: center;
}
.formBox {
    border: 2px outset #7788ff; 
    margin-top: 2px; 
    padding-bottom: 2px;    
}
form {
    margin: 0px; 
    padding: 0px;
}