﻿/* Account Stuff */
#Account
{
    width: 470px;
}

#Account ul
{
    list-style-type: disc;
    list-style-position: inside;
    font-size: 11px;
}

#Account ul li
{
    color: Red;
    font-size: 11px;
}

#Account input, select
{
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    margin-right: 10px;
}

#Account fieldset
{
    margin: 1em 0;
    border: 1px solid #666666;
    background: White;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}

#Account legend
{
    font-weight: bold;
    font-size: 12px;
    color: #666666;
    margin-left: -8px;
}
#Account label
{
    padding-top: 5px;
    display: block;
}

#Account h2
{
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 4px;
}


#Account p
{
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #000000;
}

.required
{
    color: Maroon;
}

#Account p.noSpaceBelow
{
    margin-bottom: 0px;
}

#Account p.floatLeft
{
    float: left;
    margin: 0;
}

#Account br.clear
{
    clear: both;
    line-height: 0;
}

#Account br.clearWithSpace
{
    clear: both;
    height: 15px;
}
/* End of Account Stuff */