/*
File: tooltip.css
Description: tooltip css styles 
Author: Robo
Created date: 31.5.2009 12:11:40
Changed date: 31.5.2009 12:11:40
History:
  31.5.2009 12:11:40: formating
*/

/* tooltip */
#tooltip {
	max-width: 300px;
	min-width: 100px;
	swidth: 300px;
	background: white;
	padding: 3px;
	margin-top: 4px;
	font-size: 12px;
	color: #fff;
}
#tooltip.default {
	font-size: 11px;
	border: 1px solid white;
	background: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 2px;
}
/* tooltip //*/