body {
    padding:0;
    margin:0;
    height:100%;
    width:100%;
}

#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;
}

#message {display: none; text-align: center; background-color:#fafafa;}
#message img {border:0px; cursor:pointer;}
#message a {display:block; margin:0 auto; width:250px; height:42px; background:url(continied.gif);}
#message a:hover {text-decoration:none; border-bottom:0px;}
#headers {width:100%; background:url(mayki.gif) #fd6802 no-repeat top center;}
