
body{ 
	margin: 0;
	padding: 0;
}

.swfbox{
	display:none;
	z-index: 5100;
}

.swfbox-back{
	position: absolute;
	left: 0%;
	width: 100%;
}

.swfbox-container{
	position: absolute;
	left: 0%;
	width: 100%;
	overflow: visible;
}
 
.swfbox-content{
	position: absolute;
	left: 0%;
	width: 100%;
	text-align: center;
}

.swfbox-flash{ 
	vertical-align: middle;
}

#flashContainer {
	position:relative;
	margin:0 auto 0 auto;
	border:10px solid #ffffff;
}

.closeButton {
	position:absolute;
	right:0;
	top:-25px;
}

.closeButton a {
	font-size:1.1em;
	color:#ffffff;
	text-decoration:none;
}

.closeButton a:hover {
	text-decoration:underline;	
}