#xhtmltooltip
{
  position: absolute;
  FONT-SIZE: 12px;
  width: 220px;
  max-width: 500px !important;
  border: 1px solid #ccc;
  padding: 2px;
  background-color: #FFFFFF;
  visibility: hidden;
  z-index: 100;
}
#imgmap 
{
	position: relative;
}
#imgmap li 
{
	position: absolute;
	display: block;
	list-style: none;
	border: 2px blue dotted;
	overflow: hidden;
}
#imgmap li a 
{
	display: block;
	width: 100%;
	height: 100%;
	background: url(space.gif);
}
#area1 
{
	left: 30px;
	top: 30px;
	width: 50px;
	height: 30px;
}
#area2 
{
	left: 150px;
	top: 60px;
	width: 60px;
	height: 20px;
}
#area3 
{
	border: 0px solid white;
	left: 300px;
	top: 250px;
	width: 30px;
	height: 70px;
}
#area4 
{
	left: 400px;
	top: 25px;
	width: 150px;
	height: 100px;
}
