/* Form Styles */

.FormTable
{
    border: 1px solid #888;
    border-collapse: collapse;
    background-color: #F8F8F8;
}
.FormTable td
{
    padding: 3px;
}
.FormTable .FullWidth textarea, .FormTable .FullWidth select, .FormTable .FullWidth input
{
    border: 1px solid #CCC;
}
.FormTable .Buttons
{
    text-align: center;
}

.TextAreaWrapper textarea
{
    width: 99%;
    overflow: auto;
}

.QuickLogin
{
    margin: 5px;
}
.QuickLogin .InputRow
{
    margin: 0 0 5px 0;
}
.QuickLogin .TextBox
{
    display: block;
    width: 160px;
    border: 1px solid #CCC;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: auto;
    background:#fff url("/design/images/bgH3.gif") repeat-x;
}

.UploadProgress
{
    border: 1px solid #CCC;
}

.FormRow
{
    display: block;
    color: #FFF;
}

.LoginForm
{
    border: 1px solid #CCC;
    border-collapse: collapse;
}
.LoginForm th
{
    text-align: left;
    padding: 4px;
}
.LoginForm td
{
    padding: 4px;
}
.LoginForm .TextBox input
{
    display: block;
    width: 200px;
    color: #000;
    border: 1px solid #CCC;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: auto;
    /*background:#fff url("/design/images/bgH3.gif") repeat-x;*/
}

.RegisterForm
{
}
.RegisterForm th
{
    width: 120px;
    text-align: left;
}
.RegisterForm select
{
    width: 150px;
}
.RegisterForm .Text
{
    display: block;
    width: 300px;
    color: #000;
    border: 1px solid #CCC;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: auto;
    background:#fff url("/design/images/bgH3.gif") repeat-x;
}
.RegisterForm td
{
    padding: 1px;
}
.RegisterForm select
{
    width: 300px;
}

.MyProfileForm
{
    width: 100%;
}
.MyProfileForm th
{
    width: 120px;
    text-align: left;
}
.MyProfileForm input
{
    display: block;
    width: 200px;
    color: #000;
    border: 1px solid #CCC;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: auto;
    /*background:#fff url("/design/images/bgH3.gif") repeat-x;*/
}
.MyProfileForm .hidden
{
    display: none;
}
.MyProfileForm select
{
    width: 200px;
}