#noscript_layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* IE hack   */
    * height: 720px;
    * filter:Alpha(opacity=50);
    border: 2px solid black;
    background: gray scroll;
    opacity: 0.8;
    z-index: 99;
}

#noscript_box {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 60px;
    background: #EEE;
    height: 400px;
    width: 800px;
    margin-left: 100px;
    border: 2px solid black;
    z-index: 100;
    -moz-border-radius: 40px 0px;
}

#noscript_box h1 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#noscript_box p {
    font-family: Arial, Tahoma;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 15px;
    line-height: 25px;
}

#noscript_box a {
    float: right;
    padding: 10px;
    background: white;
    border: 1px solid lightgray;
    -moz-border-radius: 10px;
}

