﻿.contactForm
{
    width: 176px;
    height: 471px;
    background-image: url('/Frontend/Images/Centrumturist/ContactForm/Background.png');
    margin: 6px 0 6px 0;
    float: right;
}

.contactForm p
{
    margin-bottom: 5px;    
}

.contactForm .content
{
    width: auto;
    height: auto;
    padding: 18px 16px 0 16px;
}

.contactForm .title
{
    font-size: 13px;
    font-weight: bold;
    color: #498a37;
    margin-bottom: 11px;
}

.contactForm img
{
    width: 142px;
    height: 100px;
    border: solid 1px #b4b4b4;
}

.contactForm .number
{
    font-size: 14px;
    font-weight: bold;
    color: #498a37;
    margin: 22px 0 10px 0;
    
}

.contactForm label
{
    display: block;
    font-family: Lucida Grande, Lucida, Verdana;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 2px;
    margin-top: 8px;
}

.contactForm input
{
    height: 18px;
    width: 145px;
    padding-top: 4px;
    font-size: 10px;
    color: #bbbbbb;
    font-family: Verdana;
    border: solid 1px #aeb7c0;
}

.contactForm input[type="image"]
{
    border: 0;
    width: 116px;
    height: 28px;
    margin-top: 19px;
}

.contactForm .contactFormThankYou
{
    color: #498a37;
    margin-top: 60px;
    font-weight: bold;
}
