#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: fixed;
    z-index: 10000;
    top: 40%;
    left: 46%;
    margin:-120px 0 0 -140px;
    width: 320px;
    background-color: #fff;
    border-radius:2px;
        border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
    
}



#alertBox h1
{
    border-radius:2px;
    margin: 0;
    background-color: #005487;
    color: #FFF;
    padding: 10px 0 1px 10px;
}

#alertBox p
{
    font: 1.1em -webkit-body,-webkit-body;
    font-weight: bold;
    height: auto;
    text-align:center;
    margin-top: 25px;
}

#alertBox #closeBtn
{
    display: block;
    position: relative;
    margin: 20px auto;
    padding: 7px;
    border: 0 none;
    width: 70px;
    font: 0.7em -webkit-body,-webkit-body;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    background-color: #357EBD;
    border-radius: 3px;
    text-decoration: none;
}



