body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#hotspot-image {
}
.marker-wrapper {
	z-index: 500;
}
.marker-wrapper .marker {
	width: 40px;
	height: 65px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: -8px;
	z-index: 10;
}
.note-wrapper {
	position: absolute;
	top: 10px;
	left: 8px;
	width: 210px;
	height: 130px;
	background: #fff;
	border: solid 1px #000;
	padding: 10px;
}
.note-wrapper.left {
	left: -210px;
}
.note-wrapper.top {
	top: -120px;
}
.note-wrapper .note {
	border: 0;
	width: 100%;
	padding: 5px;
	font-size: 16px;
	overflow-y: scroll;
}
.note-wrapper .hide-note {
	color: green;
	position: absolute;
	top: 125px;
	left: 65px;
	font-size: 18px;
}
.note-wrapper .delete {
	color: red;
	position: absolute;
	top: 125px;
	left: 105px;
	font-size: 18px;
}
#pushpin-overlay {
	background-color: rgb(119, 119, 119);
	opacity: 0.7;
	cursor: pointer;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 669px;
	z-index: 1000;
}
#canvas {
	width: 961px;
	height: 669px;
	position: relative;
	z-index: 50;
}
#canvas-bg {
	position: absolute;
	top: 0;
	left: 0px;
	background: url(../../assets/images/layout/frame.png) no-repeat top left;
	width: 961px;
	height: 669px;
	z-index: 1000;
}
#main-overlay {
	position: absolute;
	top: 40px;
	left: 18px;
	z-index: 100;
	overflow: hidden;
	width: 926px;
	height: 620px;
}
#hotspot-image {
	width: 926px;
	height: 618px;
}
#toolbox {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 2000;
}
#start-over {
	height: 42px;
	left: -4px;
	position: absolute;
	top: 55px;
	width: 40px;
	cursor: pointer;
}
#finished {
	height: 30px;
	left: -4px;
	position: absolute;
	top: 100px;
	width: 40px;
	cursor: pointer;
}
#help {
	position: absolute;
	top: 1px;
	right: 10px;
	width: 70px;
	height: 50px;
	cursor: pointer;
	z-index: 2000;
}
#help-content {
	background: url(../../assets/images/layout/help-bg.png) no-repeat top left;
	width: 518px;
	height: 345px;
	position: absolute;
	top: 140px;
	left: 225px;
	cursor: pointer;
	z-index: 2000;
	padding: 10px;
}
#help-overlay {
	width: 961px;
	height: 669px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	z-index: 2000;
}
#answer-key {
	background-color: #fff;
	position: absolute;
	width: 550px;
	height: 415px;
	position: absolute;
	top: 140px;
	left: 225px;
	cursor: pointer;
	padding-top: 14px;
	box-shadow: 5px 5px 5px #000;
	z-index: 3000;
}
#answer-key p {
	margin: 0 auto;
	width: 90%;
	text-align: center;
	font-size: 13px;
}
#answer-key img {
	width: 525px;
	height: 350px;
	z-index: 1000;
	margin: 12px 12px 0 12px;
	cursor: default;
}
#disable-click-layer {
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	width: 550px;
	height: 425px;
	top: 0;
	left: 0;
}
.answer {
	position: absolute;
}
.answer .hotspot {
	width: 60px;
	height: 60px;
	cursor: pointer;
	position: relative;
	background: url(../../assets/images/layout/red_circle.png) no-repeat top left;
	z-index: 2000;
}
.answer .answer-text {
	border: 4px solid yellow;
	width: 300px;
	position: absolute;
	top: 25px;
	left: 25px;
	background-color: #FFF;
	opacity: 0.85;
	z-index: 2500;
	display: none;
	padding-right: 20px;
}
.answer.active .answer-text {
	display: block;
}
.answer .answer-text.left {
	left: -300px;
}
.answer .answer-text.top {
	top: -30px;
}
h2 {
	text-align: center;
	color: #0c0;
}
#help-content p {
	text-align: center;
}
