.popup-base { position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; display:none; z-index: 1020; }

div.popup-outer-bg { position: absolute; background: #000; opacity: 0.7; width: 100%; height: 100%; top: 0; left: 0; z-index: 90; display: none; padding: 0; margin: 0; float: left; }

div.popup-main { position: fixed; top: 0; left: 0; min-width: 50px; width: 600px; height: 450px; z-index: 340; display: none; float: left; overflow: hidden; }

div.popup-inner-bg { position: absolute; left: 0; width: 600px; height: 450px; padding: 0; -moz-border-radius: 15px; border-radius: 15px; z-index: 200; }

div.popup-content { position: absolute; left: 0; margin-top: 0; margin-left: 0; z-index: 500; opacity: 1; }

div.close { position: relative; float: left; width: 600px; height: 30px; text-align: right; color: #fff; background-color: #394d5b; padding: 0; -moz-border-radius-topleft: 7px; border-top-left-radius: 7px; -moz-border-radius-topright: 7px; border-top-right-radius: 7px;  font: 11px bold; display: block; }
div.close:hover { cursor: move !important; }
div.close .closebtn:hover { cursor: pointer !important; }

div.frame { position: relative; float: left; width: 600px; height: 420px; text-align: right; background: #fff url(../img/icons/customs/spinner.gif) no-repeat center center; padding: 0; -moz-border-radius-bottomleft: 7px; border-bottom-left-radius: 7px; -moz-border-radius-bottomright: 7px; border-bottom-right-radius: 7px;  text-align: left; z-index: 201; }
div.frame iframe { z-index: 1; -moz-border-radius-bottomleft: 7px; border-bottom-left-radius: 7px; -moz-border-radius-bottomright: 7px; border-bottom-right-radius: 7px; }
div.frame .popup-iframefix { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 4; }

.popupiframe { width: 100%; height: 100%; z-index: 3; }
.loader { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 5; background: #fff url(../img/icons/customs/spinner.gif) no-repeat center center; }

.closebtn { padding-top: 10px; padding-right: 10px; z-index: 202; }
.snowbird { position: absolute; left: 5px; top: 5px; }

div.popup-main { box-shadow: 0 0 150px #000; -moz-border-radius-bottomleft: 7px; border-bottom-left-radius: 7px; -moz-border-radius-bottomright: 7px; border-bottom-right-radius: 7px; }
