﻿div.NewAccount
{
    float:left;
    width:653px;
}
h1.PageTitle
{
    float:left;
    width:545px;
    height:20px;
    margin:15px 0 0 15px;
    padding:3px 0 0 44px;
    background-image:url('../images/page_title_left.gif');
    background-repeat:no-repeat;
    background-position:left 0;
    background-color:#D1D1D1;
    font-size:15px;
    font-weight:bold;
    color:#FFFFFF;
    letter-spacing:1px;
}
div.PageTitleRight
{
    float:left;
    width:11px;
    height:23px;
    margin:15px 0 0 0;
    background-image:url('../images/page_title_right.gif');
    background-repeat:no-repeat;
}
/*nav menu*/
ul.SiteNav
{
    float:left;
    clear:left;
    width:629px;
    margin:4px 0 0 24px;
    padding:0;
    list-style-type:none;
}
ul.SiteNav li
{
    float:left;
    margin-right:3px;
    font-size:12px;
    color:#818181;
}
ul.SiteNav li a
{
    font-size:12px;
    color:#818181;
}

/*form*/
form.NewAccount
{
    float:left;
    clear:left;
    width:629px;
    margin:10px 0 0 24px;
    padding:0;
}
form.NewAccount fieldset
{
    float:left;
    clear:left;
    width:629px;
    margin:0;
    padding:0;
    border:0;
}
form.NewAccount div
{
    float:left;
    clear:left;
    width:600px;
    margin:0 0 9px 0;
}
form.NewAccount label
{
    float:left;
    width:200px;
    padding-top:1px;
    font-size:12px;
    font-weight:bold;
    color:#636363;
}
form.NewAccount .iTxt
{
    float:left;
    width:200px;
    border:solid 1px #B2B2B2;
    font-size:12px;
    color:#636363;
}
form.NewAccount .iSlct
{
    float:left;
    font-size:13px;
    color:#636363;
}
form.NewAccount span.ReqField
{
    float:left;
    margin-left:4px;
    padding-top:2px;
    font-size:12px;
    color:#FF0000;
}
form.NewAccount p.UserNote
{
    float:left;
    clear:left;
    width:600px;
    margin:0 0 9px 0;
    font-size:12px;
    color:#005FA9;
}
form.NewAccount p.ErrMsg
{
    float:left;
    clear:left;
    width:600px;
    margin:0;
    font-size:11px;
    color:#FF0000;
}
form.NewAccount p.OkMsg
{
    float:left;
    clear:left;
    width:600px;
    margin:0 0 9px 0;
    font-size:12px;
    font-weight:bold;
    color:#009900;
}
form.NewAccount a
{
    font-size:12px;
    color:#636363;
}
