#SignInBox {
    position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 99999; display: none; background: url(/imgs/bg80_Transparent.png);
}
.SignInbBox_Ctn {
    position: absolute; left: 95%; top: 10%; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; border: 1px solid #666; background: #FFF; text-align: center; color:  #F00; z-index: 999999; cursor: pointer;    
}
.LoginBox {border: 6px solid #CCC; margin: 0 auto; position: relative; margin-bottom: 30px; padding: 20px 20px 30px 20px; width: 85%;}
.PlayNow {border-radius: 5px; background: #c2c9c8; text-align: center; line-height: 36px; font-size: 0.9em; padding: 5px; cursor: pointer; margin: 0 auto; width: 95%;}



#SignInBoxAdmin {
    position: absolute; left: 40px; top: 35px; width: 100%; height: 100%; z-index: 9999999; display: none;;
}
.SignInBoxAdmin_Ctn {
    position: absolute; right: 0px; top: 0px; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; border: 1px solid #666; background: #FFF; text-align: center; color:  #F00; z-index: 99999999; cursor: pointer;
}
