#board {
	position: absolute;
	visibility: hidden;
	border-top: 1px solid #eee;
	border-right: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
	border-left: 1px solid #eee;
	padding: 0px;
	width: 200px;
	z-index: 1000;
}

#bar{
	position: absolute;
	background-color: #66f;
	border-top: 1px solid #eee;
	border-right: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
	border-left: 1px solid #eee;
	text-align: right;
	width: 100%;
}

#close{
	font-size: 10px;
}

#content{
	background-color: white;
	color: #66f;
	padding: 12px;
	font-size: 10px;
}


