﻿/* CONTACT */
div.contactHolder
{
    border-bottom: 1px solid #e6e6e6;
    height: 156px;
    margin-bottom: 12px;
    width: 100%;
}

div.contactHolder h3, div.formHolder h3
{
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 5px 0;
    text-transform: none;
}

div.contactHolder p
{
    margin: 0 0 5px 0;
}

div.contactHolder p.teaser
{
    font-size: 10px;
}

div.contactHolder p.phone
{
    font-weight: bold;
    font-size: 12px;
    margin: 0;
}

div.contactHolder div.image
{
    float: left;
    margin-right: 12px;
    height: 144px;
    overflow: hidden;
    width: 144px;
}

div.contactHolder div.text
{
    float: left;
    min-height: 40px;
    width: 448px;
}



/* 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: 317px;
}

div.formHolder input.half
{
    width: 155px;
}

div.formHolder input.btnSend
{
	background: none;
	background-color: #d6d6d6;
    border: none;
    color: #000;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    text-transform: uppercase;
    width: 45px;
}
