
html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	
	font-family: sans-serif;
	font-size: 10pt;
}

#customcontrol
{
	display: none;
	position: absolute;
	z-index: 9999;
	border: 1px solid gray;
	background: #fff;
	padding: 2px 12px 2px 12px;
}

#customcontrol a
{
	color: #222;
}

.videotitle
{
	text-align: center;
}

.videolink
{
	height: 100px;
	text-align: center;
}

.videolink a
{
	border: none;
}

.videoembed
{
	height: 234px;
}

.embeddedimg
{
	width: 48px;
	height: 48px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.infomessage
{
	clear: both;
}

#preload
{
	display: none;
	position: absolute;
	z-index: 9999;
	border: 1px solid gray;
	background: #fff;
	padding: 2px 12px 2px 12px;
}

.infoname
{
	padding-top: 5px;
	font-size: 8pt;
	clear: both;
	text-align: center;
}
