body {
    text-align: center;
    vertical-align: middle;
    margin:0px;
    background-color:#202020;
    background-image:url(../images/ShadowLogin_body-bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

.formTitle
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: x-large;
	font-weight: bold;
}
.loginButton
{
	Background-Color: #606060;
	Color : White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;    
	padding-left:15px;
	padding-right:15px;
	padding-top:4px;
	padding-bottom:4px;
    background-image:url(../images/btn-login-bg.gif);
    background-repeat: repeat-x;
    Border-top: 1px solid #c0c0c0;
    Border-left: 1px solid #c0c0c0;
    Border-right: 1px solid #000000;
    Border-bottom: 1px solid #000000;
    }
   
.textboxes
{
    Width: 175px;
    Background-Color : #000000;
    Border :1px solid #808080 ;
    Font-Size : 11pt;
    Color : White;
    padding:3px;
    }
.label
{
    Font-family: Verdana;
    Font-Size:10pt;
    text-Align:Right;
    color:#ffffff;
    }        
        
 .failureText
{
    font-family: Verdana;
    font-size: 10pt;
    text-align: center;
    color: #ffcc33;
}       