/****************************/
/*     floating div's       */
/****************************/

div.floatfull {
  background-color: white;
  display: none;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width:  100%;
  z-index: 101;
  
  /* opacity */
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

div.floatback {
  background-color: white;
  border: 2px solid #58aa33;
  display: none;
  height: 600px;
  left: 200px;
  margin: 0 auto;
  overflow: hidden;
  position: fixed;
  top: 100px;
  width: 800px;
  z-index: 102;
}

div.floatheader {
  background-color: #58aa33;
  border-bottom: 2px solid #58aa33; 
  color: #FFFFFF;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 800px;
  z-index: 103;
}

div.floattitle {
  display: inline;
  float: left;
  font-weight: bold;
  padding-left: 5px;
}

div.floatclose {
  display: inline;
  float: right;
}

div.floatdiv {
  background-color: white;
  text-align: left;
  height: 582px;
  overflow: auto;
  z-index: 103;
}

div.floatfooter {
  background-color: #FFFFFF;
  border: 1px solid #58aa33; 
  height: 20px;
  vertical-align: middle;
  z-index: 103;
}