#simpleTooltip {
	padding: 7px; 
	border: 1px solid #349ed2; 
	background: rgba(200,229,243,0.85); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #363636;
	text-decoration: none;
	font: normal normal 12px/1.2 "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 240px;
}

.tooltip2 p{
margin:0;
padding:0;
color: #444;
background-color: #fff89f;
padding:5px 5px;
width:150px;
height:45px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}