#annotationDiv {
	position:absolute;
	width: 10em;
	border: 2px solid #BBB;
	font-size: 1.2em;
}

#annotationInput {
	width: 13em;
	height: 1.5em;
	padding-top: 2px;
	font-size: 0.7em;
}

#annotationOk {
	position: absolute;
	/*top: 1px;*/
	background: url("../assets/check22x22.png") center center no-repeat;
	background-size: 24px;
	background-color: #BBB;
	width: 30px;
	height: 100%;
	right: 0px;
	cursor: pointer;
}
