﻿.btn{
	cursor: pointer;
}

#overlay{
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.7);
	vertical-align: middle;
	line-height: 0;
}

#vspace{
	height: 5%;
}

#video{
	margin: 0;
	padding: 3px 3px 0 3px;
	background: #eeeeee;
	border-radius: 3px 3px 0 0;
}

#close{
	background: #eeeeee;
	color: #717171;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	padding: 5px 3px 5px 3px;
	border-radius: 0 0 3px 3px;
	cursor: pointer;
	line-height: normal;
}