﻿/*.contactDetails
{
    float:left;
    width:190px;
    margin-top:10px;
    margin-right:8px;
}
*/

#contactForm
{
    width:500px;
    margin-bottom:15px;
}

.contactBackgroundHeader
{
     background:url(../gfx/contactUs/top.jpg) no-repeat;
     height:23px;
     padding-top:18px;
     padding-left:30px;
     font-family:Arial;
     font-weight:bold;
     font-size:11px;
     color:#fff;
     
}


.contactBackground
{
    /*background-image:url(../gfx/contactTest.jpg);
    background-repeat:no-repeat;
    */
    background: url(../gfx/contactUs/middle.jpg) repeat-y;
    padding:12px 20px 20px 30px;
}


.contactBackground table
{
    width:360px;
}


.contactBackground td 
{
    border-bottom:1px solid dotted #ccc;
    padding:2px 5px 2px 5px;
}



.contactBackground input
{
    height:12px;
    line-height:10px;
    font-family:Arial;
    font-size:11px;
    color:#666;
    width: 186px;
}

.contactBackground textarea
{
	font-family:Arial;
    font-size:11px;
    color:#666;
    width: 186px;
}

.contactBackground select
{
    height:18px;
    line-height:10px;
    font-family:Arial;
    font-size:11px;
    color:#666;
    margin:0;
    width: 189px;
}

.contactDetails 
{
    margin:0 10px 15px 0;
    float:left;
    width:200px;
    
}


