/*!
 * jQuery UI Tooltip 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-tooltip {
	padding: 0.4em;
	border-radius: 0;
	font-size: 0.8em;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.45);		/* Safari/Chrome, other WebKit */
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.45);	/* Firefox, other Gecko */
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.45);			/* Default */
}
body .ui-tooltip {
	border: 1px solid #DDD;
}
