.poplayer {
	display: none;
	position: absolute; 
	z-index: 1999; 
	top: 100px;
	left: 200px;
}
.poplayer-top {
	width: 366px;
	height: 83px;
	background: url("/assets/cdc_content_elements/scripts/poplayer/bg.gif"); 
	background-repeat: no-repeat;
}
.poplayer-top h3 {
	position: relative;
	font-size: 130%;
	font-weight: bold;
	color: #666;
	line-height: 1em;
	margin: 0px 120px 15px 18px;
	padding-top: 25px;
}
.poplayer-mid {
	width: 366px;
	background: url("/assets/cdc_content_elements/scripts/poplayer/bg.gif");
	background-position: 0px -100px;
	padding-bottom: 10px;	
}
.poplayer-bot {
	width: 366px;
	height: 34px;
	background: url("/assets/cdc_content_elements/scripts/poplayer/bg.gif");
	background-position: 0px -600px;
}
.poplayer img.close-x {
	background: url("/assets/cdc_content_elements/scripts/poplayer/bg.gif");
	background-position: 0px -650px;
}

.poplayer-bot a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	line-height: 1em;
}
.poplayer-bot img {
	display: inline;
	float: left;
	margin-right: 5px;
	border: 0px;
}
.poplayer-close {
	position: relative;
	margin: 0px 15px 8px 15px;
	padding-top: 8px;
}
.poplayer-content {
	border: 1px solid #ccc;
	background-color: #fff;	
	margin-left: 15px;
	margin-right: 18px;
	padding: 0px 10px 0px 10px;
}
.poplayer-content p {
	margin-top:10px;
}