
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; 
}

.swfbox-closebtn{
	width:50%;
	height:50px;
	z-index: 1;
	margin-left: 373px;
	padding-right: 27px;
	position: relative;
	top:-267px;
	font-weight:bold;
	font-size: 16px;
	font-family:Arial;
	text-align: right;
	color:#ffffcc;
	background :url("close.gif") right top no-repeat;
}