@charset "UTF-8";

#backgroundPopup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:2;  
}  
#popupContainer{
	top:0px;
	left:0px;
	display:none;
	position:fixed;
	_position:absolute;
	text-align:center;
	height:100%;
	z-index:3; 
	padding-top:116px;
}
#popupExhibitor{  
	display:block;  
	height:350px;  
	background:#ffffff;  
	border:2px solid #cecece;   
	padding:12px;  
	font-size:13px;
	position:relative;
	width:650px;
}  
#floorplan{
	z-index:1;
}
.popupDisplay{
	text-align:left;
}
.popupDisplay #generalInfo{
	font-size:12px;
}
.popupDisplay .address{
	float:left;
	width:300px;
}
.popupDisplay .logo{
	float:right;
	width:275px;
	text-align:right;
}
.popupDisplay .shortDescription{
	clear:both;
	padding-top:12px;
}
.popupDisplay #closePopup{
	clear:both;
}
#photos iframe{
	width:575px;
	height:185px;
}
