﻿.ContactTitle
{
    margin-top: 8px;
    margin-bottom: 3px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    display: block;
}
.ContactDescription
{
    font-family: Tahoma, Arial, Verdana;
    font-size: 0.8em;
    color: #333333;
    display: block;
    line-height: 16px;
}

/*****************************************************
*** Mail
*****************************************************/
.ContactMail
{
    display: block;
    background-image: url(/RevistaHorse/WebSite/Contact/Mail.gif);
    background-position: 10px top;
    background-repeat: no-repeat;
    height: 90px;
    padding-left: 87px;
    width: 250px;
    float: left;
    cursor: default;
}
.ContactMailLink
{
    margin-top: 8px;
    font-family: Tahoma, Arial, Verdana;
    font-size: 0.8em;
    color: #0033dd;
    text-decoration: none;
}
.ContactMailLink:hover
{
    text-decoration: underline;
}

/*****************************************************
*** Phone
*****************************************************/
.ContactPhone
{
    display: block;
    background-image: url(/RevistaHorse/WebSite/Contact/Phone.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height: 90px;
    padding-left: 70px;
    width: 180px;
    float: left;
    cursor: default;
}
.ContactPhoneNumberDDD
{
    font-family: Tahoma, Arial, Verdana;
    font-size: 0.7em;
    color: #666666;
    font-weight: bold;
    display: inline;
}
.ContactPhoneNumber
{
    font-family: Tahoma, Arial, Verdana;
    font-size: 0.9em;
    color: #666666;
    font-weight: bold;
    display: inline;
    letter-spacing: 1px;
}
.ContactPhoneHour
{
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    color: #000000;
    display: block;
}

/*****************************************************
*** Address
*****************************************************/
.ContactAddress
{
    background-image: url(/RevistaHorse/WebSite/Contact/Address.gif);
    background-position: left 25px;
    background-repeat: no-repeat;
    border-color: #f4f4f4;
    display: block;
    clear: both;
    margin-top: 15px;
    border-top-style: solid;
    border-top-width: 4px;
    padding-left: 110px;
    cursor: default;
}

/*****************************************************
*** Form
*****************************************************/
.ContactForm
{
    background-image: url(/RevistaHorse/WebSite/Contact/Form.gif);
    background-position: 5px 15px;
    background-repeat: no-repeat;
    border-color: #f4f4f4;
    display: block;
    clear: both;
    border-top-style: solid;
    border-top-width: 4px;
    padding-left: 87px;
    cursor: default;
}
.ContactLabel
{
    font-weight: bold;
    font-size: 11px;
    width: 100px;
    color: #666666;
    font-family: Verdana, Tahoma, Arial;
    text-align: right;
    float: left;
    margin-right: 15px;
    padding-top: 8px;
    clear: left;
}
.ContactTextBox
{
    border-right: #adb4bb 1px solid;
    border-top: #adb4bb 1px solid;
    border-left: #adb4bb 1px solid;
    border-bottom: #adb4bb 1px solid;
    margin-bottom: 15px;
    background-color: #f6f6f6;
    font-size: 10pt;
    color: #000000;
    font-family: Verdana, Arial, Tahoma;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 300px;
}
.ContactDropDown
{
    border-right: #adb4bb 1px solid;
    border-top: #adb4bb 1px solid;
    border-left: #adb4bb 1px solid;
    border-bottom: #adb4bb 1px solid;
    margin-bottom: 15px;
    background-color: #f6f6f6;
    font-size: 10pt;
    color: #000000;
    font-family: Verdana, Arial, Tahoma;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 310px;
}
.ContactValidation
{
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    margin-bottom: 15px;
    margin-left: 120px;
    color: #cc0000;
    line-height: 12pt;
}
.ContactButtonPanel
{
    display: block;
    clear: both;
    width: 425px;
    text-align: right;
}
.ContactButton
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 0.7em;
    color: #588527;
    border: medium none;
    width: 95px;
    height: 25px;
    background-color: Transparent;
    cursor: pointer;
    text-align: left;
    padding-left: 10px;
    line-height: 25px;
    background-image: url(/RevistaHorse/WebSite/Contact/Button.gif);
    font-weight: bold;
}
.ContactSuccessTitle
{
    font-weight: bold;
    font-size: 1em;
    cursor: default;
    color: #1e5e9c;
    font-family: Arial, Tahoma, Verdana;
    text-decoration: none;
    display: block;
    margin-top: 18px;
}
.ContactSuccessDescription
{
    font-size: 0.7em;
    cursor: default;
    color: #666666;
    font-family: 'Microsoft Sans Serif' , Tahoma, Verdana;
    text-decoration: none;
    display: block;
    margin-bottom: 25px;
}
