/* style-my-tootltips plugin, tooltip styling */
#s-m-t-tooltip{
	/* basic */
	text-align: center;
	max-width:300px;
	z-index:10;
	margin:24px 14px 7px 12px;
	/* style and design */
	padding:8px;
	border: 10px solid transparent;
    border-image: url('/images/borders/white lace.png') 7 round;
    border-image-outset: 1;
	background-size: 60%;
	background:#fff; /* fallback if rgba not supported */
	line-height: 1.6em;
	/*-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
	box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);*/
	/* font */
	font-size:16px;
	line-height:20px;
	color:#722f37;
}