body {
    	color:#000;	
	font-size:12px;
}
label
{
    color: whitesmoke;
    font-family: Trebuchet, Arial, Verdana;
    font-size: 11px;
}
#lblWellcome
{
    color: whitesmoke;
    font-family: Trebuchet, Arial, Verdana;
    font-size: 12px;
    font-weight: lighter;
   
}

#divLogin
{        
	background-repeat: no-repeat;
	width: 500px;
	height: 200px;
	font-family: Helvetica;
	border: 2px solid #ffffff;
	border-radius: 10px;
        -ms-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
}
	
#spMobilAccess
{
    color: whitesmoke;
    font-family: Trebuchet, Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    margin-top: 5px;
}

