@charset "utf-8";
/* CSS Document */

button {
	cursor:pointer;
	width:500px;
	height:40px;
	background-color : transparent;
	border:none;
}


#play_fluency {
	height:40px;
	width:500px;
	text-align:left;
}
div.overlay {
	background:url(/images/white.png) no-repeat;
	padding:40px;
	width:460px;
	display:none;
}

div.overlay div.close {
	background:url(/images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

a.player {
	display:block;
	height:232px;
}
