/* the overlayed element */
div.overlay {
	display: none;
	z-index: 10000;
	background-color: #FFF;
	
	width: 500px;
	min-height: 100px;

	border: 1px solid #000;
	
	box-shadow: #000 0 0 90px;
	-moz-box-shadow: #000 0 0 90px;
	-webkit-box-shadow: #000 0 0 90px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	padding:50px;
	
	behavior: url("/css/PIE.htc");
}

/* default close button positioned on upper right corner */
div.overlay a.close {
    background-image:url(../images/overlay/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

#videoOverlay {
	padding: 20px;
	width: 394px;
	height: 306px;
}
