.singlehotspot {
	border: gray 1px solid;
	position: relative;
}

.singlehotspot:hover {
	background: #000;
	filter: alpha(opacity = 60);
	opacity: 0.6;
}

.singlehotspot .panel {
	position: absolute;
	top: -1;
	background: url(icons.png) right top no-repeat;
	width: 42px;
	height: 21px;
	padding-left: 20px;
	display: none;
	right: 0px;
	opacity: 1;
	filter: alpha(opacity = 100);
}

.singlehotspot .panel a {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 21px;
	height: 21px;
}

.singlehotspot:hover .panel,.singlehotspot .panel:hover {
	display: block;
}

/* dialog */
#dialog-form {
	background: silver;
}

#dialog-form h2 {
	font: 16px/16px Arial;
	margin: 0px 0px 8px 0px;
	font-weight: bold;
}

#dialog-form label {
	width: 150px;
	display: inline-block;
}

#dialog-form input[type="text"],#dialog-form select {
	width: 250px;
	font-size: 12px;
}

/* debug log */
.log {
	float: right;
	width: 500px;
	height: 400px;
}

.log #logarea {
	width: 98%;
	height: 350px;
	font-size: 12px;
}