﻿#popupVideoBackground{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
filter:alpha(opacity=70);
border:0;
z-index:1;
}
#popupVideo{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
min-height:200px;
width:786px;
z-index:2;
padding:12px;
}
#popupVideo h1{
}
#popupVideoClose{
width:23px;
height:22px;
position:absolute;
display:block;
margin-left:745px;
margin-top:-30px;
}

.VideoModalTop{background: url(images/framework/bg_Video_top.png) no-repeat left bottom; height:44px; display: block; margin:0; padding:0; }

.VideoModalMiddle{background: url(images/framework/bg_Video_middle.png) repeat-y left top; padding:1px; min-height:200px;}

.VideoModalBottom{background: url(images/framework/bg_Video_bottom.png) no-repeat left; height:28px; margin-bottom:20px;}

.VideoModalContent{ padding:0 0 2px 36px;}