.divtooltip
{
min-width:200px;
height:55px;
background:#FFF2E5;
position:absolute;
border-radius:5px;
top:0px;
left:500px;
-webkit-animation:tipanmtion 350ms linear 0s;
}

@-webkit-keyframes tipanmtion 
{
from {top:-55px;}
to   {top:0px;}
}
