/* 
    Document   : dealers.application.css
    Created on : Apr 1, 2010, 9:25:59 AM
    Author     : justin
    Description:
        Main Styles for dealers credit application
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

table.dealer_form{width:100%;}
table.dealer_form tr td, table.dealer_form tr th{vertical-align: top;margin-top: 10px;}
span.red{color: #FF0000;}
ul.error_list{list-style-type: none;margin: 0; padding: 0;color: #FF0000;font-size: 9px;display: block;position: absolute;margin-left: -45px;margin-top: 3px;}
