
.test_size
{
    position: absolute;
    visibility: hidden;
    height: auto;
    width: auto;
    white-space: nowrap; /* Thanks to Herb Caudill comment */
		padding: 4px 10px;
}

/*
* Hotspot message
*
*/
.HotspotPlugin_Hotspot > div {
	border-radius: 4px;

	display:none; /* Required */
}
.HotspotPlugin_Hotspot:hover > div {
	display: block; /* Required */
}
.HotspotPlugin_Hotspot > .Hotspot_Title {
	margin-top: -45px;
	background: rgba(228, 78, 78, 1);
	color: white;
	padding: 4px 10px;
	position: absolute;
	z-index: 600;
}
.HotspotPlugin_Hotspot > .Hotspot_Title_Over {
	margin-top: -110px;
	background: rgba(228, 78, 78, 1);
	color: white;
	padding: 7px 10px;
	position: absolute;
	z-index: 600;
}

/*
* Hotspots
*
*/
.HotspotPlugin_Hotspot {
	height: 30px;
	width: 30px;
	position: absolute;
	background: rgba(216, 9, 9, 0.7);
	border-radius: 50%;
	cursor: pointer;
	margin-left: -15px;
	margin-top: -15px;
}

/*
* Hotspots immediately after creation - admin-mode
*
*/
.HotspotPlugin_inc {
	background: #4E6FF3;
}

.HotspotPlugin_HotspotBorder {

	position: absolute;
	border-color: rgba(216, 9, 9, 0.3);
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	cursor: pointer;
}

/*
* Overlay used in the admin-mode
*
*/
span.HotspotPlugin_Overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0px;
	left: 0px;
	cursor: pointer;
}
span.HotspotPlugin_Overlay > p {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.4);
	margin-top: 0px;
	padding: 20px;
	text-align: center;
}

/*
* Buttons - admin-mode
*
*/
button.HotspotPlugin_Done {
	position: absolute;
	right: -120px;
	bottom: 38px;
}
button.HotspotPlugin_Remove {
	position: absolute;
	right: -120px;
	bottom: 2px;
}
button.HotspotPlugin_Server {
	position: absolute;
	right: -120px;
	bottom: 74px;
}
