﻿.ContactBoxMain
{
    width: 197px;
    color: #273E82;
    font-family: Arial;
    line-height: 20px;
}
.ContactBoxTop
{
    margin-top: 5px;
    height: 10px;
    background-image: url(/Frontend/Images/Layout/ContactBox_Top.gif);
    background-repeat: no-repeat;
}
.ContactBoxBody
{
    background-image: url(/Frontend/Images/Layout/ContactBox_Body.gif);
    background-repeat: repeat-y;
    padding-left: 16px;
}
.ContactBoxDetail
{
    margin-bottom: 10px;
}
.ContactBoxBottom
{
    height: 16px;
    background-image: url(/Frontend/Images/Layout/ContactBox_Bottom.gif);
    background-repeat: no-repeat;
}
.ContactBoxTitle
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}
.ContactBoxPhone
{
    background-image: url(/Frontend/Images/Layout/ContactBox_Phone.gif);
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-bottom: 5px;
}
.ContactBoxFax
{
    background-image: url(/Frontend/Images/Layout/ContactBox_Fax.gif);
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-bottom: 5px;
}
.ContactBoxEmail
{
    background-image: url(/Frontend/Images/Layout/ContactBox_Email.gif);
    background-repeat: no-repeat;
    padding-left: 25px;
}
.ContactBoxEmail A
{
    color: #f36523;
    text-decoration: none;
}
