@charset "utf-8";

.vlb {cursor: pointer;}

#vlb-overlay {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9950;
	width: 100%;
	height: 100%;
	display:none;
}
#vlb-video-container {
	margin:auto;
	padding:20px;
	width:400px;
	background:#000;
	box-shadow: 0 4px 16px #999;
	z-index: 9951;
	border:1px solid #acacac;
	position:absolute;
	display:none;
}
#vlb-player {
	width:100%;
	background:#000;
	border:1px solid #acacac;
}
#vlb-header {
	margin-top:5px;
	margin-bottom:10px;
	text-align: center;
	color:#fff;
	font-size:2em;
	font-weight:900;
}
#vlb-footer {
	margin-top:10px;
	margin-bottom:5px;
	color:#fff;
	font-size:1.25em;
	text-align: center;
}
#vlb-quit {
	margin:5px;
	padding:2px;
	color:#000;
	background:#acacac;
	z-index: 9952;
	position:absolute;
	top:5px;
	left:20px;
	font-size:0.5em;
	text-align:center;
	cursor: pointer;
}