#bb_podcast {
	position: absolute;
	top: 390px; left: 40px;
	width: 500px;
	font-size: 11px;
	color: #000;
}
#bb_podcast .clear {
	clear: both; overflow: hidden;
	height: 1px;
}
#bb_podcast img {
	border: 0;
}
#bb_podcast p {
	margin: 0; padding: 0 0 16px 0;
}
#bb_podcast .bb_player {
	border: #000 solid 1px;
	background: #FFF;
}
#bb_podcast .bb_player .bb_inner {
	padding: 10px;
}
#bb_podcast .bb_player .flashplayer {
	float: left; display: inline;
	width: 98px;
	margin: 0 20px 0 0;
}
#bb_podcast .bb_list {
	float: left;
	width: 350px;
}
#bb_podcast .bb_list ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#bb_podcast .bb_list li {
	padding: 0 0 16px 24px;
	background: url(../images/podcast_icon.gif) 0 0 no-repeat;
}
#bb_podcast .bb_list li input {
	width: 230px;
	margin: 8px 0 0 0; padding: 2px 6px;
	font-size: 11px;
	background: #eddcf8;
	border: #eddcf8 solid 1px;
	
}
#bb_podcast .bb_player a {
	color: #000 !important;
	text-decoration: none;
}
#bb_podcast .bb_player a:hover {
	text-decoration: none;
}
#bb_podcast .bb_content {
	padding: 20px 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}