﻿/* CONTACT */
div.contactHolder
{
    border-bottom: 1px solid #e6e6e6;
    margin-top: 23px;
    min-height: 133px;
    width: 100%;
}

div.contactHolder h3, div.formHolder h3
{
    font-size: 20px;
    margin: 0;
    text-transform: none;
}

div.contactHolder p
{
    margin: 0 0 5px 0;
}

div.contactHolder p.teaser
{
    font-size: 10px;
}

div.contactHolder p.phone
{
    font-style: italic;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
}

div.contactHolder div.image
{
    float: left;
    margin-right: 12px;
    height: 104px;
    width: 78px;
}

div.contactHolder div.image img
{
    height: 104px;
    width: 78px;
}

div.contactHolder div.text
{
    float: left;
    min-height: 40px;
    width: 520px;
}



/* FORM HOLDER */
div.formHolder
{
    height: 192px;
    margin-top: 50px;
    width: 326px;
}

div.formHolder input, div.formHolder textarea
{
    border: 1px solid #ccc;
    font-family: Arial, Verdana;
    font-size: 11px;
    margin: 0 2px 2px 0;
    padding: 0;
    width: 318px;
}

div.formHolder input.half
{
    width: 155px;
}

div.formHolder input.btnSend
{
    border: 1px solid #e6e6e6;
    background-color: #2c2c2c;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    width: 50px;
}