@charset "utf-8";
.ajaxtooltip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 200px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background-color: #fffdeb;
border: 1px solid #d9d4b5;
padding: 5px;
z-index:1000;
}
