.stickytooltip{
box-shadow: 0px 0px 10px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 0px 0px 10px #818181;
-moz-box-shadow: 0px 0px 10px #818181;
position:absolute;
display:none;
border:2px solid #F19F45; /*Border around tooltip*/
background:#FFFFEC;
z-index:3000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}

.stickytooltip .des{
float: right;
margin: 10px 10px 0px 10px;
max-width: 280px;
}
.stickytooltip .des .head{
margin-bottom: 5px;
padding-bottom: 3px;
border-bottom: 1px solid #ddd;
font-weight: 700;
}

.stickytooltip .des .description{		
	padding: 2px 0px;	
}
.stickytooltip .des p{		
	padding: 2px 0px;
	margin: 0px;
	color: #000;
}
.stickytooltip .des ul{		
	padding:0px;	
	margin: 0px 0px 0px 10px;
}
.stickytooltip .des ul li{		
	padding:0px 0px 2px 0px;
	font-size: 11px;
}
.stickytooltip .des .head span{
color: #38B0E3;
}
.stickytooltip .header {
background: #F19F45;
color: white;
font-size: 13px;
padding: 2px 10px;
font-weight: 700;
-webkit-border-radius: 2px 2px 0px 0px;
-moz-border-radius: 2px 2px 0px 0px;
-khtml-border-radius: 2px 2px 0px 0px;
border-radius: 2px 2px 0px 0px;
}
.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:#F19F45;
color:white;
text-align:center;
font:bold 10px Arial;
clear: both;
}