﻿#content
{
    clear: right;
    margin: 20px 0 40px 0;
    padding: 20px 0 0 0;
    background-repeat: no-repeat;
    background-position: top right;    
    background-image: url('../img/bg.png');
}

#content h1
{
    color: #818386;
    font-size: 90%;
    font-weight: bold;
    margin: 0 0 20px 0;
}

#content p
{
    color: #ffffff;
    font-size: 70%;
    line-height: 130%;
    font-weight: normal;
    width: 390px;
    margin: 0 0 20px 0;
}

#content p A:link {text-decoration: underline; color:#818386;}
#content p A:visited {text-decoration: underline; color:#818386;}
#content p A:active {text-decoration: underline; color:#ffffff;}
#content p A:hover {text-decoration: underline; color:#ffffff;}

#content br
{
    clear: left;
}

label
{
    float: left;
    display: block;
    width: 100px;
    text-align: right;
    font-size: 70%;
    line-height: 200%;
    color: #ffffff;
    padding: 3px 10px 3px 0;
}

.textBox
{
    float: left;
    width: 290px;
    font-size: 70%;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color: #0b0305;
    margin: 3px 0 3px 0;
    padding: 3px 3px 3px 3px;
    border: solid 1px #bcbdbf;
}

.textArea
{
    float: left;
    width: 290px;
    font-size: 70%;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color: #0b0305;
    margin: 3px 0 3px 0;
    padding: 3px 3px 3px 3px;
    border: solid 1px #bcbdbf;
}

.drop
{
    float: left;
    width: 290px;
    font-size: 70%;
    margin: 3px 0 3px 0;
    padding: 3px 3px 3px 3px;
    color: #000000;
}

.mandatory
{
    padding: 20px 0 0 110px;
}

.submit
{
    padding: 0 0 30px 110px;
}

.thanks
{
    padding: 0 0 550px 0;
}
