#hotspotContainer {
	background:#fff;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	position:fixed;
	width:918px;
	margin-left:-489px;
	height:80%;
	overflow-y: scroll;
	display:none;
	top:10%;
	left:50%;
	z-index:999;
	padding:30px;
}
#hotspotContainer #hotspotImageContainer {
	margin:0 auto;
	position:relative;
	cursor:crosshair;
}
.drag #hotspotContainer #hotspotImageContainer { cursor:move; }
#hotspotContainer #hotspotImageContainer img {
	position:relative;
	border:1px solid #ccc;
}
#hotspotContainer #hotspotImageContainer #hotspotRect {
	display: none;
	background:url(../../themes/corratec/images/bg-hotspot.gif);
	width: 38px;
	height:38px;
	position:absolute;
	z-index:10;
	cursor:move;
	margin:-14px 0 0 -14px;
}
#hotspotContainer p { }
#createHotspot, #cancelHotspot, #removeHotspot {
	cursor:pointer;
	padding:10px 10px 10px 0;
	margin:0 10px 0 0;
}
#hotSpotFields {
	display:none;
}