/**
* @overview Copyright (c) 2006-2010, Experian Cheetahmail All Rights Reserved.
* @name /css/login.css
*/

    .login-bluebar {
        background-image:url("../images/login-bluebar.gif");
        background-repeat:repeat-x;
        height:10px;
    	width:100%;
        background-position:bottom;
    }
   
    .login-textbox{    
        font-size:10pt;
        color:#7e7e7e;
        border: 1px solid #D3E0F1;
        width: 180px;
    }
    .login-label-name{
        font-size:10pt;
        color: #0256A0;
        font-weight:bold;
    }

    .forgot-password{
        font-size:10pt;
        color: #0256A0;    
        text-decoration: none;
    }
   
    td  {
        font-family:arial,helvetica,verdana;
        color: #ffffff;
        font-size: 12px;
        line-height:13px;
    }

    .error, .min_pwd  {
        font-family:arial,helvetica,verdana;
        color: #ed1951;
        font-weight: bold;
        font-size: 10pt;
    }

    .help {
        font-family:arial,helvetica,verdana;
        color: #000000;
        font-weight: normal;
        font-size: 12px;
    }
    
    .forgot-password{
        font-size:10pt;
        color: #0256A0; 
    }
    
    .login-button{
        height:26px;
       
    }
     
    .login-button-left{
        float:left;
        background:url("../images/loginbtn.png") no-repeat;
        background-position:0 0;
        height: 26px;
        width: 7px;
    }

    .login-button-center{
        float:left;
        background:url("../images/loginbtn.png") repeat-x;
    	background-position:0 -26px;
	    height: 26px;
	    border: none;
        width: 50px;
        cursor:pointer;
        cursor:hand; /* ie */
    }
   .login-button-right{
	    float:left;
		background:url("../images/loginbtn.png") no-repeat;
		background-position:0 -52px;
		height: 26px;
		width: 7px;
	}

    .login-image {
        background:url("../images/loginimage.jpg") no-repeat;
        height: 214px;
        width: 100%;
    }
