body {
	background-color:#e0e0e0;
	font-family:sans-serif;
	padding-top:30px;
	margin-top:0px;
	background-image:url("/images/audioPopupLogo.gif");
	background-repeat:no-repeat;
}

.interviewee {
	font-size:15px;
	font-weight:normal;
	font-style:italic;
	margin-bottom:5px;
	margin-top:10px;
}

.title {
	margin-top:5px;
	margin-bottom:8px;
	font-size:16px;
}

.text {
	font-size:13px;
}

.button {
	border:1px solid #999999;
	font-size:12px;
}

#playerDiv {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:40px;
}

 #mp3Player {
	 vertical-align: bottom;
	 height:30px;
	 width:220px;
 }

 #playButton {
	 height:30px;
	 width:50px;
 }

#closeButtonDiv {
	width:100%;
	position:absolute;
	bottom:10px;
	text-align:center;
}


.interviewKongress {
	font-size:16px;border-bottom:1px solid #999999;
	margin-bottom:0px;
}

