
form.orderingtbl table tbody tr td:last-child {
   white-space: nowrap;
}

div.formset_counting  {
  background-color: #EE7200; 
  width: 45px; 
  font-size: 14px; 
  font-weight: bold;
  padding: 3px; 
  color: #FFF; 
  text-align: center;
  float: left;
    }
    
h2.formset_headline {
  margin: 0px 5px;
  float: left;
  position: relative;
  top: -1px;
    }
    
p.formset_subline {
  clear: both;
  margin: 0px 0px 0px 55px;
    }
    
fieldset.fragebogen {
  border-style: none;
  margin: 0px;
  padding: 0px;
    }
    
div.question_text {
  font-size: 12px;
  font-weight: bold;
    }
    
fieldset.fragebogen label {
  font-weight: normal;
  font-size: 11px;
    }
    
fieldset.fragebogen textarea {
  font-weight: normal;
  font-size: 11px;
  width: 98.2%;
  margin: 5px 0px -10px 0px;
  font-family: sans-serif;
    }
    
input.button  {
  color: #EE7200;
  float: right;
  font-size: 11px;
  font-weight: bold;
  margin: 3px 10px 3px 0;
  width: 75px;
    }
    
div.question  {
  margin: 0px 0px 20px 0px;
    }
    
table.double_form {
  margin: -5px 0px 0px 0px; 
  *margin: 0px; 
  padding: 0px; 
  background-color: #FFF; 
  float: left; 
  border: 1px solid #CCC;
  width: 100%;
    }
    
.infobox {
  position: relative;
    }

.infobox div {
  display: none;
  background-color: white;
  width: 300px;
  position: absolute;
  top: 20px;
  left: -150px;
  border: 1px dashed black;
  padding: 8px;
  z-index: 1;
    }

.infobox:hover div {
  display: block;
    }
