/* CONTACT */
div.contactHolder
{
	border-bottom: 1px dotted #999;
    margin-top: 12px;
    min-height: 150px;
    width: 100%;
}

div.contactHolder h3,
div.formHolder h3
{
	color: #EA168F;
	font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 0px 0;
    text-transform: none;
}

div.contactHolder p
{
    margin: 0 0 0px 0;
}

div.contactHolder p.teaser
{
	font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}

div.contactHolder p.phone a,
div.contactHolder p.phone a:visited
{
    color: #EA168F;
    text-decoration: underline;
}

div.contactHolder div.image
{
    float: left;
    margin-right: 12px;
}

div.contactHolder div.image img
{
    border: 1px solid #999;
    padding: 4px;
}

div.contactHolder div.text
{
    float: left;
    min-height: 40px;
}



/* FORM HOLDER */
div.formHolder
{
	background-image: url('/grafik/viungestory/contactBg.jpg');
	background-position: 0px 25px;
	background-repeat: no-repeat;
    margin-top: 12px;
    width: 572px;
}

div.formHolder h3
{
    font-size: 17px;
    margin-bottom: 6px;
    .margin-bottom: 4px;
    font-family: Trebuchet MS;
    text-transform: uppercase;
}

div.formHolder input,
div.formHolder textarea
{
	background: none;
    border: none;
    color: #fff;
    font-family: Arial;
    font-size: 10px;
    height: 16px;
    margin: 5px 2px 5px 0;
    .margin: 5px 2px 3px 0;
    padding: 3px 2px 0px 2px;
    width: 320px;
}

div.formHolder textarea
{
    height: 125px;
}

div.formHolder input.half
{
	margin-right: 5px;
    width: 155px;
}

div.formHolder input.btnSend
{
	background: none;
	background-image: url('/grafik/viungestory/btnContactBg.png');
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding: 0 5px;
    text-transform: uppercase;
    width: 60px;
}