#modalContainer {
    background-color:rgba(0, 0, 0, 0.3);
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:10000;
}

#alertBox {
    position:relative;
    width:330px;
    height:160px;
    margin-top:50px;
    border: 1px solid #6bc0af;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:20px 30px;
}

#modalContainer > #alertBox {
    position:fixed;
}

#alertBox h1 {
    margin:0;
    font-size: 17px;
	background-color:#ff3547;
    color:#FFF;
    border-bottom: 1px solid #6bc0af;
    padding:7px 0 5px 5px;
}

#alertBox p {
    height:50px;
    padding-left:5px;
	text-align:center;
	margin-top:20px;
	font-size: 17px;
}

#alertBox #closeBtn {
    display: block;
    position: relative;
    margin: 5px auto;
    padding: 6px;
    border: 0 none;
    width: 70px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    background-color: #00c851;
    border-radius: 3px;
    text-decoration: none;
    height: 33px;
}

/* unrelated styles */

#mContainer {
    position:relative;
    width:600px;
    margin:auto;
    padding:5px;
    border-top:2px solid #000;
    border-bottom:2px solid #000;
    font-family:verdana;
}

h1,h2 {
    margin:0;
    padding:4px;
	font-size: 1.5em;
	font-weight:bold;
}

code {
    font-size:1.2em;
    color:#069;
}

#credits {
    position:relative;
    margin:25px auto 0px auto;
    width:350px; 
    font-family: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:#F5FCC8;
    padding:2px;
}

code span {
    color:green;
}