.mooTips-tip {
       color: #D8B988;
	width: 250px;
	z-index: 1300;
}
.mooTips-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #D9AE83;
	padding: 8px 8px 4px;
       background-color: #7F432C;

	/*background: url(../images/tips.png) top left;*/
}
.mooTips-text {
	font-size: 11px;
	padding: 4px 8px 8px;
       background-color: #7F432C;
       color: #D8B988;
	/*background: url(../images/tips.png) bottom right;*/
}
