﻿div.loginHead 
{
    font-size: 14px;
    font-weight: bold;
    color: #990000;
    margin-bottom: 10px;
 }
 
 div.loginHeadTitle
{
    font-size: 17px;
    font-weight: bold;
    color: #990000;
    margin-bottom: 10px;
 }

table#tblLoginBox 
{
    background-image: url('/images/bg_login_home.jpg');
    background-repeat: repeat-x;
    font-size: 11px;
    width: 430px;
    border: solid 1px #999999;
    margin-bottom: 10px;
}

div.emailResult {font-size: 12px; font-weight: bold; color: #990000;}

div#subuserLoginHead {font-size: 14px; font-weight: bold; margin-bottom: 10px;}

td#tdSubuserLoginBoxLeft
{
    width: 330px;
    height: 133px;
    background-image: url('/images/bg_personallogin.jpg');
    background-repeat: repeat-x;
    vertical-align: top;
}

td#tdSubuserLoginBoxRight
{
    width: 330px;
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
    vertical-align: top;
}

div.divSubuserLoginBox 
	{
	padding-top: 10px;
	padding-left:10px;
    }

div.subuserLoginHead 
{
    font-size: 14px;
    font-weight: bold;
    color: #990000;
    margin-bottom: 0px;
 }
 
 div.divLoggedOutTitle
 {
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
 }