
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 {
  border:1px solid #FFFFFF;
  margin:0 auto;
  position:relative;
}

.closeButton {
	position:absolute;
	right:0;
	top:-25px;
}

.closeButton a:link,
.closeButton a:hover,
.closeButton a:active,
.closeButton a:visited {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.closeButton a:hover {
	text-decoration:underline;	
}