#textareaPopup {
	position: absolute;
	z-index: 9999999;
	display: none;
	height: 125px;
	min-width: 125px;
	overflow-y: scroll;
	background-color: #FFF;
}

#textareaPopup.focus,
#textareaPopup.hover {
	display: block;
}
