#modalOverlay {
    background-color:#000;
    cursor:wait;
    filter: alpha(opacity=80);
    height: 100%;
}
#modalContainer {
    height:auto;
    width:300px;
    left:50%;
    top:50%;
    margin-left:-150px;
    /* margin-top: -70px; */
    background-color:#fff;
    border:3px solid #ccc;
    padding: 10px;
}

a.modalCloseImg {
    background:url(x.png) no-repeat;
    width:25px;
    height:29px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:0px;
    right:0px;
    cursor:pointer;
}


#helper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -10;
}
