/*
sohranyu etot file na vsyakiy sluchay
*/

#agaVideoPopupOverlay {z-index: 50; background-color: black;

position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;

filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

#agaVideoPopup {position: absolute; z-index: 60; left: 0px; top: 0px; padding: 11px 11px 5px 11px; background-color: #7bcded; border: 1px solid #441827;  border-radius: 7px; -webkit-border-radius: 7px; -o-border-radius: 7px;}
#agaVideoCloseLink {display: block; position: absolute; right: -18px; top: -14px; width: 30px; height: 30px; background-image: url(agaVideoCloseLink.png); background-position: 0 0; background-repeat: no-repeat; cursor: pointer;}
#agaVideoPopupInner {padding: 0; /**border: 1px solid #fff;/**/}
/**#agaVideoPopupInner iframe {vertical-align: bottom;}/**/
