﻿div#contact .table
{
    margin: 0px;
    padding: 0px;
    max-width: 450px;
    background-image: url(../images/green.gif) !important;
    background-image: url(../images/green.gif);
    -moz-opacity: 0.80;
    opacity: 0.80;
    _filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    padding: 0px 10px 0px 5px;
}

div#contact table
{
    width: 100%;
    width: 100% !important;
}

div#contact td
{
    font-size: 9pt;
    font-family: "arial" , serif;
    color: #000000;
    text-decoration: none;
    text-align: left;
    margin: 0px;
    padding: 2px 0px 1px 0px;
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
    border-bottom: solid thin #ffffff;
}

div#contact .headline
{
    font-size: 9pt;
    font-family: "arial" , serif;
    color: #000000;
    text-decoration: none;
    text-align: left;
    margin: 0px;
    padding: 2px 0px 1px 0px;
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
    border-bottom: solid thin #ffffff;
    padding: 5px 2px 5px 2px;
}

div#contact th
{
    font-size: 9pt;
    font-family: "arial" , serif;
    color: #000000;
    text-decoration: none;
    text-align: left;
    margin: 0px;
    padding: 2px 0px 1px 0px;
    font-weight: normal;
    vertical-align: top;
    white-space: nowrap;
    border-bottom: solid thin #ffffff;
    padding: 5px 2px 0px 2px;
}

div#contact .cite
{
    font-size: 9pt;
    font-family: "arial" , serif;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-style: italic;
    text-align: right;
    padding-top: 2px;
    padding: 5px 0px 2px 0px;
}

div#contact input, select, textarea
{
    font-size: 9pt;
    font-family: "arial" , serif;
    color: #000000;
    text-decoration: none;
    text-align: left;
    border: solid thin #C1DDDE;
    width: 100%;
    padding: 0px 2px 0px 2px;
}

div#contact input[type=submit]
{
    font-size: 9pt;
    font-family: "arial" , serif;
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    border: solid thin #cccccc;
    padding: 1px 2px 1px 2px;
    margin: 1px 2px 1px 0px;
    width: auto;
}
