.popup_back { height: 100%; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 100; }
.popup_cont { position: fixed; z-index: 102; }
.preloader { z-index: 101; }
.popup_close { color: rgb(136, 136, 136); cursor: pointer; position: absolute; padding: 5px; right: 5px; top: 0px; }
.popup_close:hover { color: rgb(17, 17, 17); }
.popup_back { cursor: pointer; background-color: rgb(34, 34, 34); }
div.popup { background: rgb(255, 255, 255) none repeat scroll 0% 0%; padding: 25px; box-shadow: 0px 3px 10px rgb(34, 34, 34); }
.preloader { left: 50%; margin: -10px 0px 0px -25px; position: fixed; top: 50%; }
