.openUI {
    display: none;
    visibility: hidden;
}
.lockUI {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 105%;
    background-color: #cccccc;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=85);
    opacity: 0.85;
}
.lockUIDlg {
    padding:7px;
    width:220px;
    margin-left: auto ;
    margin-right: auto ;
    background-color:#101010;
    border-color:#000000; 
    border-style:solid; 
    border-width:3px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}