.tip-yellowsimple {
	z-index:1000;
	text-align:left;
    border:1px solid #E1E1E1;
	padding:6px 8px;
	min-width:50px;
	max-width:300px;
	color:#000;
	background-color:#F6F6F6;
	/**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.tip-yellowsimple .tip-inner {
	font:11px/16px arial,helvetica,sans-serif;
}
