/* Start of CMSMS style sheet 'tooltip' */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #EA761F;
	background-color: #fff;
	padding: 10px;
	opacity: 0.85;
color: #000;
font-family: arial, sans-serif;
font-weight: bold;
font-size: 10px;
line-height: 16px;
     -moz-border-radius-topleft:8px;
-webkit-border-top-left-radius:8px;
     -moz-border-radius-topright:8px;
-webkit-border-top-right-radius:8px;
     -moz-border-radius-bottomleft:8px;
-webkit-border-bottom-left-radius:8px;
     -moz-border-radius-bottomright:8px;
-webkit-border-bottom-right-radius:8px;

}
#tooltip h3, #tooltip div { margin: 0; }

#help {
margin-left: 4px;
color: #EA761F;
font-size: 10px;
}

/* End of 'tooltip' */

