/* Floating layer css */
.fdiv{
  visibility: hidden;/*visible;*/
  position: absolute; 
  left: 0px; 
  top: 0px;
  width:0px;
  height:0px;

}

.fdiv .caption{
  background: #6980DA ;
  height:20px;
  padding: 5px;
  text-align: center;
  cursor: move;
}
.fdiv .content{
  background: rgb(236,236,216); 
  padding: 7px;
}
.fdiv .footer{
  background: rgb(236,236,216); 
  padding: 7px;
}
