﻿.popup-modal {position:fixed; z-index:999999; top:100px; left:50%; -moz-transition:top 800ms; -o-transition:top 800ms;
-webkit-transition:top 800ms; transition:top 800ms;}
.p_close {float: right; width:30px; height:30px; position:relative; margin:0px; z-index:99999; background:url(../images/close.png) center no-repeat;}
.p_body {background:#000; z-index:999999; position:relative; left:0; top:0; position:fixed; width:100%; height:100%; opacity:0.9;-moz-transition:opacity 800ms;
-o-transition:opacity 800ms;-webkit-transition:opacity 800ms;transition:opacity 800ms;}
.js__slide_top { height:0; overflow:hidden; top:0; }
.js__fadeout { height:0; overflow:hidden; opacity:0; }

