﻿@import url(sub_styles.css);
@import url(global_styles.css);

#accountContent
{
    width: 100%;
    float: left;
    background-color: #ffffff;
    min-height: 370px;
    height: auto !important;
    height: 370px;
}

#login
{
    width: 240px;
    margin: 30px auto 30px auto;
}

#login table
{
    width: 100%;    
}

#login table td, #login table th
{
    padding-top: 14px;
}

#login table th
{
    width: 30%;
    text-align: right;
    color: #0f3968;
}

#login table td
{
    width: 70%;
    text-align: left;
}

.register
{
    width: 100%;
    font-size: 10px;
    background: #c3d2e1;
}



.register th
{
    width: 40%;
    text-align: right;
}

.register td
{
    width: 60%;
    text-align: left;
    padding-top: 14px;
}

.bgc3d2e1
{
    background: #c3d2e1;
}


.tblBorderLeft
{
    width: 100%;
    border-left: solid 1px #0f3968;
}