/* style-my-tootltips plugin, tooltip styling */

#s-m-t-tooltip{

	/* basic */

	max-width:200px;

	z-index:10;

	margin:24px 14px 7px 12px;

	/* style and design */

	padding:8px;

	background:#222; /* fallback if rgba not supported */

	background:rgba(0,0,0,0.80);

	-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-family:Arial,Verdana,Geneva,sans-serif;

	font-size:0.85em;

	line-height:16px;

	color:#fff;

	text-align:left;

}