@charset "utf-8";
/* CSS Document */

/* player container */
div.player {
	height: 288px;
	height: 313px;
	width: 512px;
	-moz-outline-radius:4px;
	cursor:pointer;

	text-align:center;

	border: 1px solid #000;
}

/* play button */
div.player img {
	margin-top:67px;
}

/* info area */
div.player div.info {
	height:40px;
	background:#000 url(h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:82px;
}

/* duration data inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}