@CHARSET "UTF-8";

.toolTip {
	cursor:help;	
}
img.toolTip,
div.toolTip { 
	height:16px;
	width:16px;
	background:url(/images/help.png) no-repeat top left;
	display:inline-block;
	border:0;
}
.tool-tip {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:1px 1px 4px #444;
	-webkit-box-shadow:1px 1px 4px #444;
	box-shadow:1px 1px 4px #444;
	padding:10px;
	max-width:300px;
	z-index:200000;
	background:#FDFDF4;
}
.tool-title {
	font-weight:700;
}
.tool-text {
	font-style:italic;
}