#textpanel 
{
	position: relative;
	width: 242px;
	height: 302px;
	font-size: 10pt;
	font-family: Arial;
	overflow: hidden;
}


#infopanel {
	
}

#text {
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	line-height: 18px;
	width: 287px;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#111111;
	color:#999;
	border-style:none;
	border:none;
}


#uparrow {
	visibility: hidden;
}

#downarrow {
	visibility: hidden;
}
