.extruder{
  position:fixed;
  cursor:default; 
}

.extruder .header{
  height:27px;
}

.extruder .footer{
  display:block;
  spadding:5px;
  height:10px;
  background:#000;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
.extruder.top .flap{
  color:white;
  text-shadow: #000 2px 2px 2px;
  font:18px/18px Arial, Helvetica, sans-serif;
  text-align:center;
  display:block;
  height:30px;
  background:url("") no-repeat top center;
  cursor:pointer;
}



.extruder.left .footer{
  display:none;
}
