#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

.pop_up_player {
	width: 375px;
	height: 329px;
	overflow: hidden;
	padding: 15px;
	position: absolute;
	left: 50%;
	margin-left: -225px;
	z-index: 10000;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	border: #aaa 1px solid;
	background: #fff;
}

.pop_up_header { margin: 0 0 10px 0; text-align: right; }

.lnk_pop_up_close, .lnk_pop_up_close:visited {
	background: url(images/ico_close_pop_up.gif) right 4px no-repeat;
	padding: 0 17px 0 0;
	text-decoration: none;
	color: #323232;
}

.lnk_pop_up_close:hover, .lnk_pop_up_close:visited:hover {
	text-decoration: underline;
	color: #464646;
}
