#video_overlay {
	width: 512px;
	height: 420px;
	background: #fafafa;
	border: 1px solid #acb9c5;
	padding: 1px;
	z-index: 100000;
	background-image: none;
	display: none;
	margin-top: 35px;
}

#video_overlay_title {
	width: 503px;
	height: 24px;
	background: #bdd4fe;
	line-height: 24px;
	color: #00208A;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding-left: 9px;
}

#video_overlay_content {
	width: 503px;
	text-align: center;
}

#video_overlay_title a.close {
	display: none;
	background-image: none;
}

#video_overlay_close {
	position: absolute;
	bottom: 10px;
	right: 15px;
}

#video_overlay_content_title {
	color: #00208a;
	font-size: 20px;
	font-weight: bold;
	height: 55px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 25px;
}

#video_overlay_content_flv {
	width: 240px;
	height: 180px;
	margin: 0 auto;
}

#video_overlay_content_buttons {
	margin-left: 86px;
}
