.tip-yellowsimple {
	text-align:left;
	min-width:50px;
	max-width:400px;
	z-index: 9999;
    font-size:13px;
    position:absolute;
	padding: 14px 16px 14px 16px;
	font-family: Arial,Helvetica,sans-serif; /* 'Century Gothic', 'Open Sans',Arial,Helvetica,sans-serif */
	background-color:#fff;
	color: #333;
	text-shadow: 1px, -1px, 1px, #777777;
	border:3px solid #d5c28e;
	border-radius: 3px;
	/**
	 * - 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 {
	
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-yellowsimple .tip-arrow-top {
	margin-top:-11px;
	margin-left:-5px; /* approx. half the width to center it */
	top:0;
	left:50%;
	width:16px;
	height:9px;
	background:url(../images/tip-yellowsimple_arrows.png) no-repeat;
}
.tip-yellowsimple .tip-arrow-right {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:0;
	top:50%;
	left:100%;
	width:11px;
	height:21px;
	background:url(../images/tip-yellowsimple_arrows.png) no-repeat -22px 0;
}
.tip-yellowsimple .tip-arrow-bottom {
	margin-top:0;
	margin-left:-5px; /* approx. half the width to center it */
	top:100%;
	left:50%;
	width:22px;
	height:13px;
	background:url(../images/tip-yellowsimple_arrows.png) no-repeat -44px 0;
}
.tip-yellowsimple .tip-arrow-left {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:-6px;
	top:50%;
	left:0;
	width:11px;
	height:21px;
	background:url(../images/tip-yellowsimple_arrows.png) no-repeat -66px 0;
}