@charset "utf-8";

.tinyTip{
	width: 200px; 
	padding: 5px 0px 0px 0px; 
	display: block; 
	background-color: white;
	border : solid 2px #c19a47;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.tinyTip .content{
	font-size: 12px; 
	text-align:center;
	font-family: "Lucida Sans Unicode"; 
	color: #737162;  
	background: white;
	font-weight:bold;
}

.tinyTip .bottom	{
	height: 5px;
}