.jpopup_bg {
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background-color:#000000;
    z-index:10000;
}
.jpopup_content{
    display:none;
    position:absolute;
    background-color:#f5cc65;
    width:500px;
    /*height:400px;*/
    padding:30px;
    z-index:10001;
    text-align:center;
}
.jpopup_close {
    position:absolute;
    top:5px;
    right:10px;
    cursor:pointer;
    background:url(/css/jpopup/img/close32.png) center center no-repeat;
    width:32px;
    height:32px;
    content:"";
}

.jpopup_content h1{
    font-family: arial,helvetica,garuda,sans-serif;
    font-size:2.8em;
    margin-bottom:1em;
    font-weight: bold;
}
.jpopup_content p{
    font-size:1.4em;
    margin:5px auto;
    clear:both;
    color:#994202;
}
.jpopup_content p.important{
    font-size:1.7em;
    margin:15px auto;
    font-weight: bold;
}
.jpopup_content a.button{
    display:inline;
    
    font-size:2em;
    text-decoration:none;
    padding:5px 10px;
    border:1px solid #000000;
    color:#000;
    margin:5px auto;
    clear:both;
}
