#download_dialog_default {
	display: none;
}
#download_dialog {
	display: none;
	width: 500px;
	z-index: 5000;
	position: absolute;
	background: white;
	padding: 20px;
	border: 5px solid #eeeeee;
}
#download_dialog h2 {
	border-top: 3px solid #eeeeee;
	padding: 10px 0;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
}
#download_dialog ul {
	border-bottom: 1px solid #eeeeee;
}
#download_dialog ul li {
	display: block;
	padding: 10px 10px 10px 0;
	border-top: 1px dotted #eeeeee;
}
#transparent_overlay {
	z-index: 2500;
	background: black;
	opacity: .50;
	filter: alpha(opacity=50);
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
}