.modal {
  display: none;

  position: fixed;
  top: 17%;
  left: 50%;
  z-index: 3000;
}

#player_block {
  margin-left: -229px;
  width: 458px;
  height: 346px;

  background: url('../i/player_body.png') center top no-repeat;

  color: #fff;
}

#mask {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	*position: absolute;
	left: 0pt;
	top: 0pt;
	z-index: 2999;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .modal {
   position: absolute;
   top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}



#close_btn {
	position: absolute;
	top: 2px;
	right: 75px;
}
#close_btn a {
	color: #710053;
	font-size: 11px;
	text-decoration: none;
}

#pause_btn {
	position: absolute;
	top: 154px;
	left: 13px;
	width: 35px;
	height: 35px;
	cursor: hand;
	display: none;
}

.wrap {
	position: absolute;
	top: 20px;
	left: 68px;
	width: 320px;
	height: 240px;
	aborder: 1px solid white;
}

.layer {
	position: absolute;
	width: 320px;
	height: 240px;
}

.disclaimer {
	margin-top: -10px;
	border: 3px solid silver;
	background-color: #CECECE;
	padding: 0 20px;
}
.disclaimer p {
	font-size: 11px;
}
.disclaimer span {
	color: #f00;
}