#tooltip {
	position: absolute;
	display: none;
	border: 1px solid #333;
	background: #BDCDFF;
	/*padding: 5px 20px;*/
	color: #333;
	z-index: 20000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tooltip {
	display: none;
	font-family: Arial, Verdana, Helvetica, Sans-serif background-color: #ffa;
	border: 1px solid #cc9;
	padding: 5px;
	font-size: 13px;
	z-index: 20000;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
	background-color: #ffa;
	z-index: 30000;
}
/*.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}*/