#popuplayer {
	z-index: 1000;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
}
#popuplayer h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.hd_pops {
	position: absolute;
	border: 1px solid #e9e9e9;
	background: #fff;
}
.hd_pops_footer {
	padding: 10px 5px;
	background: #000;
	color: #fff;
	text-align: right;
}
.hd_pops_footer button {
	font-size: 12px;
	color: #fff;
	margin-right: 5px;
	padding: 5px 10px;
	border: 0;
	background: #393939;
}