﻿.stp-video-popup{
	position: fixed; 
	background-color: #CCCCCC;
	padding: 10px;
	z-index: 125;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;	
	box-shadow: 0 0 5px #666;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.stp-video-popup-close{
	background: url('/images/ambria/Close_Button_32x32.png') no-repeat 0px 0px transparent;
	width: 52px;
	height: 52px;
	position: absolute;
	z-index: 130;
	margin-left: 640px;
	margin-top: -29px;
}