/* The Modal (background) */
.error_modal {
    display: block; /* Hidden by Default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.error_modal_contents {
    position: absolute;
    z-index: 9999;
    background-color: white;
    left: 40%;
    top: 30%;
}

.mSelDesign{border:7px solid #eee;color:#888;margin:80px auto;padding:23px 0;text-align:center;width:380px;}