#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;
/*
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
*/
}

#bar{
	position: absolute;
	background-color: #66f;
/*
	back-ground-color: #ccc;
*/
	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;
}
