* {margin:0;padding:0;}
#layer_bg {
/*	background-color: rgba(0, 0, 0, 0.95); */
	background: url('http://download.g63.ru/flowplayer/commercial-3.2.16/bg.jpg') #26262A;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 500;
}
#player {
	display:block;
	width: calc(100% - 100px);
	height:calc(100% - 100px);
	margin:0px auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	background-size: contain;
}
#player img {top: 50%;margin-top: -23px;position: relative;}
#layer_bg h1{
	color: #F5F5F5;
	display: inline;
	font-weight: normal;
	padding: 0 20px;
	font-size: 16px;
}
#layer_bg ul {display: inline;padding: 0px;}
#download_video li {color: #F0F0F0;display: inline-block;}
#download_video li a, #show_playlist, #add_in_playlist, .delete {
	background-color: #035;
	border: 1px solid #49B;
	color: #5AC;
	display: inline-block;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 50px;
}
#download_video li a:hover, #show_playlist:hover, #add_in_playlist:hover,.delete:hover {text-decoration: none;background-color: #057;color: #f0f0f0;border: 1px solid #f0f0f0;}
#playlist{position: absolute; right: 0px; top: 0px; width: 300px; height: calc(100% - 100px); overflow: auto; background-color: #222;color: #f0f0f0;text-align:left;display:none;}
#playlist dt {font-weight: bold; font-size: 1.2em; padding: 10px 20px 5px;}
#playlist dd {font-size: 0.8em; color: #999; padding: 0px 10px;}
.name {}
.delete {height: 12px;width: 12px;float:right;margin-top:2px;line-height:11px;}