
#modalframe{
    display: none;
    position: fixed;
    top:0;
    left:0;
    overflow: scroll;
    width:100%;
    height:100%;
    z-index: 10000;
}
/*
#modalframe,
#modalframe a{
}*/


#modalframe_close {
    position: absolute;
    right:28px;
    top:28px;
    overflow: hidden;
    text-indent: -9999px;
    background: url("jquery.modal-frame/close.gif");
    width:38px;
    height:38px;
}

#modalframe_close:hover{
    opacity: 0.5;
}


/*#modalframe_bg{
    display: block;
    background:#000;
    position: fixed;
    top:0; left:0;
    width: 100%; min-height:100%;
    
    opacity:0.0;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -khtml-opacity: 0.0;
    -moz-opacity: 0.0;
    
    visibility: hidden;
    z-index:10001;
}
*/
#modalframe_wrapper{
    background:url("jquery.modal-frame/bg.png");
    min-height: 100%;
    box-sizing : border-box;
    position: relative;
    z-index:10002;
    padding:10% 0;
}

#modalframe_body{
    pointer-events:auto;
    position: relative;
    margin:0 auto;
    width: 780px;
    padding:10px;
    /*background:url("../emergency/img/bg_w.png");*/
	background: #fff;
    border-radius: 5px;
}


#modalframe_body a:hover img{
	opacity:0.7;
	}

#modalframe_frame{
    border:none;
    width:100%;
    min-height: 100px;
}

#modalframe_div{
    padding:25px 25px 40px;

}

body.modalframe_opened {
    overflow: hidden;
}