﻿/* CONTACT */
div.contactHolder
{
    border-bottom: 1px solid #e6e6e6;
    margin-top: 23px;
    min-height: 120px;
    width: 100%;
}

div.contactHolder p
{
    margin: 0 0 5px 0;
}

div.contactHolder p.teaser
{
    font-size: 10px;
}

div.contactHolder p.phone
{
    font-weight: bold;
    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: 220px;
    margin-top: 50px;
    width: 326px;
}

div.formHolder input
{
    height: 14px;
}

div.formHolder input, div.formHolder textarea
{
    background-image: url('/grafik/Psykologi/txtContactBg.png');
    background-repeat: repeat-x;
    background-color: #f2f2f2;
    border: 1px solid #a2a5a4;
    font-family: Arial, Verdana;
    font-size: 12px;
    margin: 0 2px 2px 0;
    padding: 0;
    padding-top: 2px;
    width: 317px;
}

div.formHolder input.half
{
    width: 155px;
}

div.formHolder input.btnSend
{
    background-image: url('/grafik/Psykologi/btnStandard.png');
    background-repeat: no-repeat;
    border: none;
    color: #4b4949;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    padding: 0;
    height: 19px;
    width: 41px;
}