/* kerstwens css */

#popupdubai_c {
	position:absolute;
	top: 260px;
	background: #fff;
	left: 140px;
	width: 683px;
	z-index: 9999;
	cursor: pointer;
}

#close {
	position: relative;
	float: right;
	top: -16px;	
	z-index: 80;
}

.popupdubai {
	position: relative;
	background: #000 url('../gfx/FFF_DUBAI_POPUP.jpg');
	margin: auto;
	width: 683px;
	height: 300px;
	border: 2px #000 groove;
	display: block;
}

.close a:link, .close a:visited, .close a:active {	
	font-family: verdana;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	position: relative;
	float: right;
	margin: 550px 5px 0px;
	text-decoration: none;
}

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