#popOver {position:fixed; height: 100%; width: 100%; top:0px; left:0px; z-index:20000; display:none;}
#popOver #popOver_tint {position:fixed; height: 100%; width: 100%; top:0px; left:0px; z-index:1001; background: rgba(0,0,0,0.75);}
#popOver #popOver_frame {padding: 12px; border:4px solid #333; box-shadow: 0px 0px 20px #000; -moz-box-shadow: 0px 0px 20px #000; -webkit-box-shadow: 0px 0px 20px #000; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; background:#fff; width: 50px; margin-right: auto; margin-left: auto; width: 50px; height: 50px; background:#ebebeb;}
#popOver_close {width: 25px; height: 25px; position:relative; top: -23px; float:right; right: -23px; z-index: 1030; background-color:#ebebeb; margin-bottom: -23px; cursor:pointer; background:url(popover_close.png) no-repeat center center;}
#popOver_content {width: 100%; height: 100%; overflow:auto;}
