﻿.popup {position:fixed; z-index:9999; top:160px; left:50%; width:815px; height:351px; -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:-25px 0 0 0; z-index:99999;
background: url(../images/close.png);}
.p_body {background:#000; left:0; top:0; position:fixed; width:100%; height:100%; opacity:0.8;
-moz-transition:opacity 800ms; z-index:999;
-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; }
