@charset "utf-8";
/* CSS Document */

.tooltip{
	width: 200px; color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;
	text-align:center;
	background-color: #fffdf4;
	border:2px solid #ffcf10;
}
.tooltip span.top{
	padding:2px;
}

.tooltip b.bottom{ 
	display:none;
}


