#modalContainer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
    background-image: url(tp.png);
    /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
    position: relative;
    width: 510px;
    min-height: 270px;
    margin-top: 200px;
    text-align: justify;
    text-justify: inter-word;
    border: 1px solid #666;
    background-color: #D5DBDB;
    background-repeat: no-repeat;
    background-position: 20px 30px;
    color: #B22222;
}

#modalContainer>#alertBox {
    position: fixed;
}

#alertBox h1 {
    margin: 0;
    font: bold 14px verdana, arial;
    text-align: center;
    background-color: #B22222 !important;
    color: #D5DBDB;
    border-bottom: 1px solid #000;
    padding: 4px 2 6px 5px;
}

#alertBox h2 {
    margin: 0;
    font: bold 14px verdana, arial;
    text-align: center;
    color: #B22222;
    border-bottom: 1px solid #000;
    padding: 4px 2 6px 5px;
}

#alertBox p {
    font: 12px verdana, arial;
    height: 50px;
    text-align: center;
    color: #B22222;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#alertBox #closeBtn {
    display: block;
    position: relative;
    margin: 5px auto;
    padding: 7px;
    border: 0;
    width: 70px;
    font: bold 0.7em verdana, arial;
    text-transform: uppercase;
    text-align: center;
    color: #D5DBDB;
    background-color: #B22222 !important;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 60px;

}

/* unrelated styles */

#mContainer {
    position: relative;
    width: 600px;
    margin: auto;
    padding: 5px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font: 0.7em verdana, arial;
}

h1,
h2 {
    margin: 0;
    padding: 4px;
    font: bold 1.5em verdana;
    border-bottom: 1px solid #000;
}

code {
    font-size: 1.2em;
    color: #B22222 !important;
}

#credits {
    position: relative;
    margin: 25px auto 0px auto;
    width: 350px;
    font: 0.7em verdana;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 90px;
    padding-top: 4px;
}

#credits img {
    float: left;
    margin: 5px 10px 5px 0px;
    border: 1px solid #000000;
    width: 80px;
    height: 79px;
}

.important {
    background-color: #D5DBDB;
    padding: 2px;
    color: #B22222;
}

code span {
    color: brown;
}