/* CONTACT */
div.contactHolder
{
    margin-top: 12px;
    min-height: 133px;
    width: 100%;
}

div.contactHolder h3,
div.formHolder h3
{
	color: #93BA00;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-transform: none;
}

div.contactHolder p
{
    margin: 0 0 5px 0;
}

div.contactHolder p.teaser
{
    font-size: 12px;
    font-weight: bold;
}

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
{
	background-image: url('/grafik/Streetboys/contactFromBg.jpg');
	background-repeat: no-repeat;
    height: 265px;
    margin-top: 12px;
    padding: 23px 0 0 25px;
    width: 590px;
}

div.formHolder h3
{
    font-size: 28px;
    margin-bottom: 10px;
}

div.formHolder input,
div.formHolder textarea
{
	background: none;
    border: none;
    font-family: Verdana;
    font-size: 10px;
    height: 20px;
    margin: 5px 2px 2px 0;
    .margin-top: 3px;
    padding: 0;
    width: 280px;
}

div.formHolder textarea
{
    height: 85px;
}

div.formHolder input.half
{
	margin-right: 5px;
    width: 135px;
}

div.formHolder input.btnSend
{
	background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    text-transform: uppercase;
    .margin-top: 6px;
    width: 61px;
}
