
/* = HOTSPOT & PROFILE POPUP
-------------------------------------------------*/

#profile-popup {
	width: 493px;

	position: absolute;
	left: 400px;
	top: 300px;
	z-index: 400;
	padding:0;
	margin:0;
}

#profile-popup-top {
	display: block;
	width: 493px;
	height: 11px;
}

#profile-popup-bot {
	display: block;
	width: 493px;
	height: 8px;
}

#profile-popup-inner-wrapper {

/* note: this sets the overall height of the hotspot content */
	height: 465px;

	width: 493px;
	background: transparent url('../images/profile_popup_mid_bg.gif') repeat-y 0% 0%;
}

#profile-popup-content {
	position: relative;
	padding: 1px 12px 0px 7px;
}

