body {
}

.loginGrad {   
        width:62em; margin:3.125em auto; padding: 0 0 0 0;   
        background-image: -ms-linear-gradient(bottom, #3366CC 0%, #003896 100%);/* IE10+ */ 
        background-image: -moz-linear-gradient(bottom, #3366CC 0%, #003896 100%);/* Mozilla Firefox */
        background-image: -o-linear-gradient(bottom, #3366CC 0%, #003896 100%);/* Opera */
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3366CC), color-stop(100, #003896));/* Webkit (Safari/Chrome 10) */
        background-image: -webkit-linear-gradient(bottom, #3366CC 0%, #003896 100%);/* Webkit (Chrome 11+) */
        background-image: linear-gradient(to top, #3366CC 0%, #003896 100%);/* W3C Markup */ 
        -moz-box-shadow: 0px 0px 15px #888888;
        -webkit-box-shadow: 0px 15px 4px #888888;
        box-shadow: 0px 0px 15px #888888;

    }

.genLogin, ul,.rounded-corners { 
    behavior: url(../../css/border-radius.htc); 
    -moz-border-radius: 0.75em !important;  
    -webkit-border-radius: 0.75em !important;
    -khtml-border-radius: 0.75em !important;
    border-radius: 0.75em !important;
  		
}
