#audioplayer {
	position:relative;
	left:10px;
	top:10px;
	height: 20px;
	width: 240px;
}
#audiotext {
	position:relative;
	width:234px;
	height:30px;
	left:13px;
	top:20px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#111111;
	line-height: 160%;
}
.popuptop {
	position:relative;
	width:100%;
	height:14px;
	left: 0px;
	top: 0px;
	text-align:right;
	background-color: #F37A01;
	opacity:0.6;
	filter: alpha (opacity=60, style=0);
	border: none;
}
.popuptopover {
	position:relative;
	width:100%;
	height:14px;
	left: 0px;
	top: 0px;
	text-align:right;
	opacity:0.6;
	filter: alpha (opacity=60, style=0);
	background-color: #F6E4A4;
	border: none;
	cursor: move;
}
.popup {
	position:absolute;
	left:0px;
	top:0px;
	overflow:visible;
	width:220px;
	height:80px;
/*	border:1px inset #F37A01; */
	background-image:url(../pict/cd2007_bg.png);
}
.popupx {
	position:relative;
	margin-right: 0px;
	right: 0px;
	top: 0px;
	width: 14px;
	height: 14px;
	border-width: 0px;
}
.popupm {
	position:relative;
	margin-right: 0px;
	right: 3px;
	top: 0px;
	width: 14px;
	height: 14px;
	border-width: 0px;
}