﻿body 
{
    font-family: Verdana;
    color: White;
    font-size: 12px;
    background: #0071b9;
}

input, select, textarea
{
    font-family: Verdana;
    color: Black;   
    font-size: 12px;
}

#container
{
    width: 800px;
    margin: 0 auto;
}

.page-banner
{
    text-align: center;   
    padding: 0 70px 0 20px;
    margin-bottom: 25px;
}

.text
{
    width: 455px;
    float: left;
    font-size: 14px;
    margin-right: 60px;
}

.free-header
{
    width: 85px;
    float: left;
}   

.free-text
{
    margin-left: 10px;
    padding-top: 15px;
    width: 360px;
    float: left; 
    font-size: 18px;
    font-weight: bold;
    color: #ffff00;  
}

a
{
    color: #ffff00; 
    font-weight: bold;  
}

em
{
    font-style: normal;
    font-weight: bold;
    color: #ffff00;
}

.free-text em
{
    font-weight: bold;
    font-style: italic;   
}

.free-text p.inclusions
{
    font-size: 14px;
    font-weight: normal;
    color: White;   
}

.or-header
{
    padding-left: 30px;
    margin-top: 5px;   
}

.form
{
    width: 285px;
    float: left;   
}

.form .header
{
    height: 14px;
    background: url(/images/contact_header_bg.gif) repeat-x;   
}

.footer
{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin: 15px 0;   
}

label
{
    width: 80px;
    float: left;
    margin: 3px 0;
    padding: 3px 0;
}

table label
{
    width: auto;
    float: none;
    margin: auto;
    padding: auto;  
    font-size: 12px; 
}

.input
{
    width: 195px;
    float: left;
    margin: 3px 0;
}

.other
{
    width: 275px;   
}

.required
{
    color: #ff0000;   
}

.optional
{
    font-size: 9px;
    display: block;   
}

.send-btn
{
    width: 80px;
    float: left;
    margin: 10px 0 0 202px;
}

h2
{
    font-size: 14px;
    color: #ffff00;
    margin: 5px 0;   
}

.clear
{
    font-size: 1px;
    line-height: 0;
    clear: both;   
}

.error
{
    color: Red;
    font-size: 9px;
    margin: 3px 0 3px 80px;   
}

.confirmation-text
{
    margin-left: 252px; 
    font-size: 14px;  
}

iframe
{
    overflow: hidden;
    width: 391px;
    height: 425px;   
}