.entry_point {
  background: transparent url(/calliope/3.7.3/imagesdb/dipdolt/extra/draft.png) repeat top left
}


#daBox {
  position: fixed;
  margin:0;
  padding:5px;
  border: 1px solid #000;
  background-color:#FFFFFF;
  z-index:100;
}

#daBox_head {
  background-color: #999999;
  color:#FFFFFF;
  font-size:14px;
  font-weight:bold;
  font-family: Arial, Chicago;
  text-align:left;
  padding:5px;
}

#daBox_head img {
  float:right;
  padding:2px;
  cursor: pointer;
}
#daBox_content {
  padding:5px;
  text-align:center;
  font-family: Arial, Chicago;
  font-size:10px;
  color:#000000;
}

img.pluginimg {
  cursor:pointer;
}
.boxbox h2 {
  font-size: 18px;
  margin: 0 0 10px 0;
  border-bottom: 1px #336600 solid;
  color: #336600;
}


/* BOX MENU */
.box {
  position: fixed;
  margin: 0;
  padding: 10px;
  background-color: #ffffff;
  text-align: center
  z-index: 90;
}
* html .box {
  position: absolute;
  margin: 0;
  padding: 8px
}

.box a {
  font-weight: bold
}

#boxmenu {
  border: 2px solid #696969;
}

.boxbox {
  text-align:left; 
}

.boxbox label {
  font-weight: bold;
  text-align:left;
}

.boxbox .btn {
  color: #FFFFFF;
  border: 1px #000000 solid;
  margin: 1px;
  font-weight:bold;
  background-color: #666666;
  cursor:hand;
  text-align:center;
}



