.commentTipWrapper{
padding:3px;
padding-right:2px;
}
#commentTipPopUp{
position:absolute;
width:300px;
line-height:1.2em;
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size:12px;
font-weight: bold;
background:#f6f6f6; /* Show a solid color for older browsers */
		background: -moz-linear-gradient(#f6f6f6, #eee);
		background: -o-linear-gradient(#f6f6f6, #eee);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#eee)); /* older webkit syntax */
		background: -webkit-linear-gradient(#f6f6f6, #eee);
border:1px solid #c8d5e0;
z-index:1972;
}
#tiptip{
position:absolute;
top:0; left:-11px;
background:transparent url(tiptip.png) no-repeat left top;
height:20px;
width:12px;
}
#commentTipHeading{
position:relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
background:#c8d5e0;
height:19px; 
width:100%;
padding:2px 0 0 0;
z-index:2;
}
#commentTipContent {
position:relative;
background:transparent;
font-size:11px;
padding:10px;
padding-top:0;
margin-top:-14px;
overflow:hidden;
z-index:1;
}
#commentTipContent ul {
list-style-type:disc;
margin:2px;
padding-left:14px;
}
#commentTipContent hr {
display:block;
background:#c8d5e0;
color:#c8d5e0;
height:1px;
border:1px none;
}
.commentTipWrapper a, .commentTipWrapperOver a {white-space:nowrap;}
