﻿table
{
}
fieldset
{
    padding: 2px;
    background-color: #4D87C7;
    border-width: 2px 2px 2px 10px;
    border-style: solid;
    border-color: #3100BA;
    font-size: 12px;
    margin: 5px 0px 20px 20px;
    display: block;
    padding: 0px 10px 10px 10px;
    color: #FAEC8E;
}
div.address 
{
    width: 245px;
    float:right;
    padding:10px 2px 50px 5px
}
div.bankaccount
{
   width: 245px;
   float:right;
   clear:right;
}
div.address h6, div.bankaccount h6
{
    border-bottom:1px solid #232960;
margin:0;
padding-left:7px;
    background-color:#FAEC8E;
}
legend
{
    background-color: #232960;
    font-size: 180%;
    margin-bottom: 8px;
    padding: 0 15px;
}
div.text
{
    width: 445px;
}
label
{
    width: 50%;
    float: left;
}
div.apartmentnames
{
    border: solid 1px #333;
    width: 100%;
    text-align: -moz-center;
}

div.apartmentnames h6
{
    border-bottom: solid 2px #EEEFFF;
    background-color: #EFEFEF;
}

label span label
{
    float: left;
    width: 80%;
}
table.tbl
{
    width: 390px;
}
table.tbl tbody tr td
{
    border-bottom: solid 1px #EEEFFF;
}
table.tbl tbody tr:last-child
{
    border-bottom: none;
}
table.tbl tbody tr td input
{
    float: right;
}
table.tbl tbody tr td label
{
    width: 80%;
}
div.command, div.warningText
{
    clear: left;
}
.submitBtn
{
    background: #C0C0C0 url(../navigation/images/shiny_buttons/background.jpg) repeat-x scroll right center;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 5px 10px 5px;
    color: #FAEC8E;
    font-weight: bold;
    font-size: 1.2em;
}
.submitBtn:hover
{
    background: url('../navigation/images/shiny_buttons/background.gif') repeat-x right center;
    color: #232960;
}
div.contactHelp ul li
{
    list-style-type: decimal;
    padding: 2px 1px 1px 1px;
    border-bottom: solid 1px #efefef;
}
div.contactHelp em
{
    margin-left: 5px;
}

