body {
margin: 0;
}
div#overlayIframe {
position:absolute;
top:0;
left:0;
background-color:#000;
width:100%;
z-index: 3;
}
div#Iframe {
background-color:#000;
position:absolute;
top:40px;
vertical-align: middle;
width: 700px;
z-index: 1010;
border:0;
}
div#Iframe img {
border: none;
}

div#Iframe .close {
	width:100%;
	height:25px;
	background-color: transparent;
	position:absolute;
	/*bottom:10px; Fix 01-09-2010 um */
	bottom:37px;
	left:0;
	text-align:right;
	padding: 5px 0 0 0;
	margin:0 !important;
}

body#top div.chairfinder .close {
	top: 8px!important;
	bottom: auto!important;
}

div#Iframe .close img{
	margin-right: 15px;
	cursor:pointer;
}
div#Iframe iframe{
	width:100%;
	height:100%;
}
