#modalContainer {
 background-color:transparent;
 width:960px;
 top:0px;
 left:0px;
 height:100%;
 position:absolute;
 z-index:10000;
 text-align:center;
 display:block;
 float:none;
 background:url(../img/tp.gif) top left repeat; /* required by MSIE to prevent actions on lower z-index elements */
}
#alertBox {
 position:relative;
 width:300px;
 min-height:100px;
 margin:200px auto 0px auto;
 border:1px solid #29587f;
 background-color:#fff;
 display:block;
 text-align:left;
 background:#fff url(../img/alert.gif) 10px center no-repeat;
}
#alertBox h1, #alertBox h2 {
 background:#265686 url(../img/bluebg.jpg) top left repeat-x;
 border-bottom:1px solid #29587f;
 color:#fff;
 padding:2px 0 2px 5px;
 width:auto;
 clear:both;
 float:none;
 font-size:1.2em;
}
#alertBox p {        
 padding-left:5px;
 padding:10px;
 margin-left:40px;
 text-align:center;
 clear:both;
}
#alertBox #closeBtn, #alertBox #closeBtn:visited, #alertBox #closeBtn:active {
 display:block;
 position:relative;
 margin:5px auto;
 width:50px;
 height:22px;
 text-transform:uppercase;
 text-align:center;
 color:#FFF;
 background-color:#f26100;
 text-decoration:none;
 font-weight:700;
 text-indent:-9999px;
 background:url(../img/buttons.png) -700px 0px;
 outline:none;
}
#alertBox #closeBtn:hover {
 background:url(../img/buttons.png) -700px -27px;
}