/* $Id: form.css,v 1.3 2003/03/06 14:40:17 nturner Exp $ */

@media all { /* keeps ns4 out */

form div.errormsg { 
    font-style: italic; 
    color: #900;
    background: transparent;
}

div.examples { 
    color: #666;
    background: transparent;
}

form label.main {
    white-space: nowrap;
}

form label strong.showerror, *.showerror {
    color: #000;
    background-color: #ff0;
}

table.invoice, form {
    margin-top: 1em;
    margin-bottom: 1em;
}

input.default {
    font-weight: bold;
}


form td {
    font-family: Arial, Helvetica, sans-serif;
}

} /* @media all */
