.videooverlay {
	width: 520px;
	height: 312px;
	display: none;
	background-color: #fffcd7;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.8);
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	padding: 20px;
}

.videooverlay div.close {
	background-image: url(/templates/css/closebox.png);
	background-repeat: no-repeat;
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: 100;
	width:30px;
	height: 30px;
	cursor: pointer;
}
