#modalContainer {
position:absolute;
width:100%;
height:100%;
top:0px;
left:0px;
z-index:10000;
background-image:url(../img/tp.png);
}
#alertBox {
position:relative;
width:400px;
min-height:200px;
margin-top:300px;
border:5px solid #BB1487;
background: #FFF url(../img/alert.jpg) no-repeat;
}
#modalContainer > #alertBox {
position:fixed;
}
#alertBox h1 {
margin:0;
font:bold 0.9em verdana,arial;
background-color:#BB1487;
color:#FFF;
border-bottom:1px solid #BB1487;
padding:2px 0 2px 5px;
}
#alertBox p {
width:190px;
height:50px;
margin-left:200px;
margin-top:50px;
font-size:14px;
font-weight:bold;
}

#alertBox #closeBtn {
display:block;
position:relative;
margin:5px auto;
margin-left:250px;
padding:3px;
border:2px solid #BB1487;
width:70px;
text-transform:uppercase;
text-align:center;
color:#FFF;
background-color:#BB1487;
text-decoration:none;
}

