	div#popup {
		position:absolute;
		z-index:99999999;
		top:-500px;
		left:280px;
		_left:350px;
		_right:0;
		background:url(popup.png) left top no-repeat;
		_background:url(popup.jpg) left top;/*IE6 non transparant bg*/
		_border:1px solid #009CD9;
		width:700px;
		height:450px;
	}
	div#popup a{
		display:block;
		border:none;
	}
	div#popup #closeIt {
		position:relative;
		z-index:999;
		bottom:-25px;
		right:25px;
		text-align:right;
	}
	div#flashWrapper {
		width:650px;
		height:400px;
		margin-left:23px;
		margin-top:10px;
	}
	div#popup a img {
		border:none;	
	}
