#lead,#supervise{
	/* This the main container div */
	width:900px;
	margin:0 auto;
	position:relative;
	padding-top:1px;
}

.colorTip{
	/* This class is assigned to the color tip span by jQuery */
	
	display:none;
	position:absolute;	
	left:50%;
	padding:6px;
	width:120px;
	top:21px;
	background-color:#f2fdf1;
	border:1px solid #b6e184;
	color:#558221;
	font-family:Arial,Helvetica,sans-serif,"宋体";
	font-size:11px;
	font-style:normal;
	line-height:1.5;
	text-decoration:none;
	text-shadow:0 0 1px white;
	z-index:10;
	text-align:left;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.pointyTip,.pointyTipShadow{
	/* Setting a thick transparent border on a 0x0 div to create a triangle */
	border:6px solid transparent;
	top:-12px;
	height:0;
	left:50%;
	margin-left:-6px;
	position:absolute;
	width:0;
	border-bottom-color:#f2fdf1;
}

.pointyTipShadow{
	/* The shadow tip is 1px larger, so it acts as a border to the tip */
	border-width:7px;
	top:-14px;
	margin-left:-7px;
	border-bottom-color:#b6e184;
}

a.colorTipContainer{
	position:relative;
	text-decoration:none !important;
	color:#788ea6;
}
