.stickytooltip {
display:none;
position:absolute;
background: #1799a1;
z-index:3000;
width: 300px;
color: #FFFFFF;
border: 5px solid #0c5b60; /*Border around tooltip*/
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}


.stickytooltip .stickystatus { /*Style for footer bar within tooltip*/
background: #1799a1;
color: #0c5b60;
padding:5px;
text-align:center;
font: 11px Arial;
}

.stickytooltip  .stickystat_2 .stickystatus {
margin: 5px 0 10px 0;
}
.stickytooltip p {
margin: 0 10px;
padding: 0;
width: auto;
height: auto;
}
.stickytooltip .sticky2 p {
margin: 10px 20px;
padding: 0;
width: auto;
height: auto;
}
