div#overlay {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 100;
	display: none;
	background: transparent url(overlay_background.png) repeat 0 0;
}

div#overlay_block {
	background: url(overlay_block_background.png) no-repeat;
	width: 624px;
	height: 532px;
	margin: 30px auto 0;
}

div#overlay_block div#overlay_relative {
	position:relative;
	width: 624px;
	height: 532px;
}

div#overlay_close { 
    position:absolute; 
    right:20px; 
    top:20px; 
    cursor:pointer; 
	height:26px; 
    width:26px;
	background-image:url(overlay_close_btn.gif);
}

div#overlay_content {
	position:absolute;
    left:20px; 
    top:20px;
	width:584px;
	height:492px;
	overflow: hidden;
	background: #ffffff;
}

div#overlay_content_file {
	width:584px;
	height:392px;
	overflow: auto;
	margin: 0;
	text-align: center;
	clear: both;
}

div#overlay_content_file #transcript_holder {
	width: 386px;
	margin: auto;
	text-align: center;
}

div#overlay_content_file p {
	font-size:1.2em;
	text-align: left;
}

a {
	outline: none;
}