@charset "UTF-8";
/* CSS Document */
a
{
    font-family: Arial;
    font-size:9pt; 
}

.loginForm
{
    width:100%;
    margin:auto;
    text-align:center;
}


.loginOuterFormContents
{
    width:432px;
    margin-top:-5px;
    height:240px;
    margin-left:auto;
    margin-right:auto;
}

.loginLeftBorder
{
    background: transparent url(https://hostingmanager.secureserver.net/App_Themes/Generic/images/fade_left.gif) repeat-y top right;
    width:60px;
    height:240px;
    float:left;
}

.loginInnerFormContents
{
    background-color:White;
    width:312px;
    height:240px;
    float:left;
}

.loginRightBorder
{
    background: transparent url(https://hostingmanager.secureserver.net/App_Themes/Generic/images/fade_right.gif) repeat-y top left;
    width:60px;
    height:240px;
    float:right;
}

.loginHelpRow
{
    text-align:right;
    margin-top:5px;
    float:right;
    padding-bottom:10px;
}

.loginErrorRow
{
    clear:both;
}

.loginErrorMessage
{
    font-weight:bold;
    color:Black;
    border:solid 1px #CFAD66;
    background-color:#FFFBCC;
    padding:20px;
    display:block;
    text-align:center;
}

.loginFormRow
{
    text-align:right;
    margin-left:5px;
    margin-bottom:5px;
    margin-right:70px;
}

.loginFormHeader
{
    padding-right:3px;
}

.loginButtonRow
{
    text-align:left;
    margin-left:92px;
    margin-top:15px;
}

