﻿#spkLandingForm
{
    background-color: #e6f4d0;
    border: dashed 1px  #ff6704;
    padding: 5px 5px 5px 5px;
    font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Sans-serif; 
    font-size: 14px;
}
#spkLandingForm h1 {
    font-weight: bold;
    color: #ff6704;
    font-size: 16px;    
}

#spkLandingForm .contactForm 
{
}

#spkLandingForm .contactForm td
{
    padding-bottom: 3px;
}

#spkLandingForm .contactForm td.label
{
    font-weight: bold;
    padding-right: 3px;
    vertical-align: top;
}

#spkLandingForm .contactForm input, select, textarea
{
    width: 300px;
}

#spkLandingForm .contactForm .required
{
    color: Red;
    font-weight: bold;
}

#spkLandingForm .contactForm .question 
{
    display: block;
    color: #990000;
    width: 300px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

