*
{
	font-size: 12px;
	color: #454545;	
}
body
{
	margin: 0px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	background: URL(../images/loginBg.jpg) no-repeat top center;
	background-color: #ffffff;
}
        a:link
        {
            color: #b1b1b1;
            text-decoration: none;
        }
        a:hover
        {
            color: #b1b1b1;
            text-decoration: underline;
        }
        a:visited
        {
            color: #b1b1b1;
            text-decoration: none;
        }
        .btnLogin
        {
            border: none;
            background: url(../images/loginBtn.png) no-repeat;
            width: 103px;
            height: 27px;
        }