
.transOn {
    width : 100%;
    height :100%;
    display : block;
    position : absolute;
    top : 0;
    left : 0;
    text-align : center;
    background-color : black;
    filter: alpha(opacity=50);
    opacity : 0.3;
}
.opDiv {
    width : 200px;
    height : 170px;
    position : absolute;
    top : 30%;
    left : 40%;
    text-align : center;
}
.bottom-center {
    width : 200px;
    height :10px;
    background-color : white;
}
.center-center {
    width : 100%;
    height : 140px;
    background-color : white;
}

