﻿#videodisplay 
{
	float: left;
    width: 215px;
}

#videoplayer {
	width:400px;
	height:300px;
}

#video_modal {
	width:400px;
	display:none;
	position:absolute;
	z-index:700;
	background-image:url(/resources/images/white_overlay.png);
}

#video_modal_overlay {
	width:20px;
	height:20px;
	display:none;
	position:absolute;
	z-index:699;
	background-image:url(/resources/images/white_overlay.png);
}

#video_modal .top {
	
	overflow:auto;
	clear:both;
	
}

#video_modal .bottom {
	
	overflow:auto;
	clear:both;
}

#video_modal .middle {
	/*
	width:340px;
	*/
	border-collapse:collapse;
}