.tooltip {
  position: absolute; /* causes the tooltip to appear over top of everything, otherwise frame will expand upon display */
  width: 350px; /* Make sure this is wide enough to cover the entire tooltip */
  background-color: rgb(255, 255, 234);
  border: 1px solid #ccc;
  padding: 2px;
  font-size: 12px;
  margin: 1em;
  -moz-border-radius: 7px;
}

div#tooltip_main {
	font-family: Arial 14px;
	background:#FFFFFF url(../images/MontroseAssr.png) 1px 0 no-repeat scroll;
	display:block-inline;
	padding: 0px 0px 0 0px;
	background-color:#FFFFFF;
	text-align:left;
}