#flashbox {
	background-color:#fff;
	border: 10px solid #fff;
}
#flashboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}
#flashboxCaption {
	float: left;
	background-color:#fff;
}
#flashboxKeyboardMsg {
	float:right;
}
#closeButton {
	display:none;
	right:5px;
}
#flashbox iframe {
	border:none;
	clear:both;
}
#flashboxOverlay img {
	border:none;
}
#flashboxOverlay {
	background:black;
	width:100%;
	left:0;
	top:0;
	position:absolute;
	z-index:900000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

