/*COPY AND PASTE THIS CSS IN TO: login.css****************************/



body {
    background-color: #FFF;
   font-family: 'Segoe UI',Tahoma,Arial,'Lucida Grande',Verdana,Helvetica,sans-serif;
    font-size: 0.8em;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.4em;
}

.textbox{
    width: 275px;
	height: 24px;
	border:1px solid #CCCCCC;
}

td 
{
    background-repeat: no-repeat;

    }

.login_header
{
  margin: auto;  
    }

.loginText{
	font-size: 12px;
	color: #999999;
}

.headerTagline
{
    float: right;
    height: 30px;
    margin-top: 31px;
    width: 507px;
    }

h2
{
   Font-family: Calibri, Verdana, Ariel, sans-serif;
	font-size: 16px;
	color: #1C75BC;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	text-transform: capitalize;
	text-align: center;
}

h3
{
   Font-family: Calibri, Verdana, Ariel, sans-serif;
	font-size: 16px;
	color: #1C75BC;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	text-transform: capitalize;
}

.wrapper{
	height: 500px;
	width: 978px;
	margin: 0 auto;
	background-repeat:no-repeat;
}

#tblMain
{
    margin-left: 255px;
    margin-top: 135px;
}

#tblForgot
{
    margin-left: 53px;
    margin-top: 135px;
}

* { outline: none; }


/*this is the styling for the button text*/
.rbText
{
	font-family: 'Segoe UI',Tahoma,Arial,'Lucida Grande',Verdana,Helvetica,sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 25px;
	height:28px;
	text-align: center;
	/*vertical-align:middle;
	margin-top: 5px; 
	line-height: 38px;*/   
    }
    
   /* button orange #EB7625
    button grey #333333*/
