/* 
    Document   : auto_contact
    Created on : 14/03/2012, 2:50:03 PM
    Author     : Jeremy
    Description:
        Purpose of the stylesheet follows.
*/
        .widget table.contact tr th{
            width: 45px !important;
            vertical-align: top;
            text-align: right;
        }
        .widget table.contact tr td{
            width: 160px !important;
            border-right: none !important;
            text-align: left;
        }

