@charset "utf-8";
/* CSS Document */

#player-wrap {
	width: 624px;
	visibility: hidden;
	padding: 30px 20px 20px;
	position: absolute;
	left: 50%;
	margin-left: -332px;
	top: -450px;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(255,255,255)),
		color-stop(1, rgb(214,214,220))
	);
	background: -moz-linear-gradient(
		center top,
		rgb(255,255,255) 0%,
		rgb(214,214,220) 100%
	);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0px 0 4px #666;
	-webkit-box-shadow: 0px 0 4px #666;
	border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	z-index: 10000;
}

#player-wrap #close {
	position: absolute;
	top: 5px;
	right: 20px;
	display: block;
	text-shadow: 1px 1px 1px #666;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#player-wrap #loading {
	margin: 20px;
}
#player-wrap h3 {
	border: none;
	margin: 0 0 20px;
	position: relative;
	padding: 0;
}