table.contactContent
{
    margin-top:8px;
}

td.contactHeader
{
    background-image: url( '../images/widgetHeaderBg.png' );
    width: 201px;
    height: 33px; 
    overflow: hidden;   
}

td.contactHeader table
{
    width: 100%;
}

td.contactLeft
{
    width: 5px;
    background-image: url( '../images/widgetHeaderRadius.png' );
    background-position: left top;
    background-repeat: no-repeat;
}

td.contactTitle
{
    width: 201px;
    height: 33px;
    line-height: 30px;
    text-indent: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

td.contactRight
{
    width: 5px;
    background-image: url( '../images/widgetHeaderRadius.png' );
    background-position: right top;
    background-repeat: no-repeat;
}
            
td.contactIcon
{
    width: 25px;
    height: 19px;
    background-image: url( '../images/widgetHeaderIcon.png' );
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

td.contact
{
    background-color: #ece6da;
    background-image : url( '../images/widgetBg.png' );
    width: 181px;
    padding-left: 20px;
    height: 74px;
    vertical-align:middle;
    color: #574831;
    font-weight: bold;
    font-size: 11px;
}

td.contact a
{
    display: block;
    font-weight: normal;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 3px;
    text-indent: 10px;
    color: #9e8a72;
}

td.contactBottom
{
    background-image: url( '../images/widgetBottom.png' );
    width: 100%;
    height: 5px;    
}