
#balloon {
  display: none;
  background: url('http://www.worldpac.com/images/help_bubble_lg.png') 0px 0px no-repeat; 
  background-color: transparent;
  width: 298px;
  height: 103px; 
  position: absolute;
  border: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  z-index: 10;
}

#balloon_contents {

   float:left;
  margin:8px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

  height: 100px;
  overflow: auto;
  z-index:10;
}

#link_contents {
  text-align: left;
  margin:2px 2px 0px 0px;
  height: 68px;
  width:246px;
  overflow: auto;
  z-index:10;
  
}

#balloon #closebox {
  position: relative;
  top: 8px;
  left: 275px;


}

#balloon ul {
  padding-left: 2px;
  list-style: inside;
}
#balloon h3 {
  margin: 0 0 0.2em 0;
}

#balloon p {
  margin-top: 0.3em;
}

#balloon img.flickr {
  border: 1px #cccccc inset;
}


