 .tooltip {
    display:none;
    background:#fff;
    font-size:13px;
    font-family: "Arial";
 	 border-radius: 5px; 
	-webkit-border-radius: 5px 5px 5px 5px;
     border-radius: 5px 5px 5px 5px;
     -moz--border-radius: 5px 5px 5px 5px;
	border:0px solid #464646;
    color: #000;
	padding:25px;
   -webkit-box-shadow: 1px 1px 25px 1px #464646;
    box-shadow: 1px 1px 25px 1px #464646;
   -moz-box-shadow: 1px 1px 25px 1px #464646;
   z-index:99999;
   width: 430px;
   /*height: 100px;*/
 }
  
