.balloonstyle {padding: 5px; visibility: hidden; border:1px solid black; font:normal 12px Verdana; line-height: 18px; z-index: 9;
              background-color: white; overflow: hidden; width: 370px; position: absolute;}

              
*:first-child+html .balloonstyle {filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}


#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #f4f4f4;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid #0D2747;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
}

.txtSMSMessage {width: 350px; height: 75px;}