div.vpFrame { 
	width: 500px;
	height: 440px;
	position: relative;
	display: none;
}
	div.vpVideo { 
		width: 400px;
		height: 334px;
		border: 5px solid #CCC;
		background: url(../img/movie-bg.jpg) no-repeat 50% 50%;
		position: absolute;
		top: 78px;
		left: 45px;
	}
		div.vpHeader { 
			height: 29px;
			background: #DDD;
			text-align: right;
			line-height: 29px;
			border-bottom: 1px solid #FFF;
			cursor: pointer;
		}
			div.vpHeader input { 
				float: right;
				position: relative;
				top: 3px;
				right: 3px;
				height: 23px;
				cursor: default;
			}
			div.vpLogo { 
				width: 350px;
				height: 93px;
				background: url(../img/vp-stratosphere.png) no-repeat;
				position: absolute;
				top: -65px;
				left: -50px;
				behavior: url(iepngfix.htc);
			}
div#limoVideo { 
	width: 500px;
	height: 110px;
	border: 1px solid #000;
	background: #FFF;
	position: absolute; 
	top: 240px; 
	left: 50%; 
	margin-left: -250px; 
	z-index: 10;
}
