.tip-whitesimple {
	z-index:1000;
	text-align:left;
	border:1px solid #fff;
	padding:5px 10px;
	min-width:50px;
	max-width:300px;
	color:#000;
	background-color: #fff;

	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	-moz-box-shadow:1px 1px 20px rgba(0,0,0,.33);
	-webkit-box-shadow:1px 1px 20px rgba(0,0,0,.33);
	box-shadow:1px 1px 20px rgba(0,0,0,.33);
	/**
	 * - 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-whitesimple .tip-inner {
	font:12px/16px arial,helvetica,sans-serif;
}
