/*********************************************************************************/
/* CFE.CSS - Custom Form Elements ************************************************/
/*********************************************************************************/

div#mb_send, div#print_header {
	display: none;
}

/*********************************************************************************/
/* checkbox-section 															 */
/*********************************************************************************/

span.checkbox {
      width: 28px;
      height: 35px;
      padding: 0 0 0 0;
      background: url(/grafiken/cfe/checkbox.gif) no-repeat;
      display: block;
      float: left;
}

/*********************************************************************************/
/* radio-section 																 */
/*********************************************************************************/

span.radio {
     width: 12px;
     height: 12px;
     padding: 0 5px 0 0;
     background: url(/grafiken/cfe/radio.gif) no-repeat;
     display: block;
     float: left;
     clear: left;
}

 
/*********************************************************************************/
/* select-section 																 */
/*********************************************************************************/ 
 
/*span.select {
     position: absolute;
     width: 158px; // With the padding included, the width is 190 pixels: the actual width of the image. 
     height: 21px;
     padding: 0 24px 0 8px;
     color: #fff;
     font: 12px/21px arial,sans-serif;
     background: url(/grafiken/cfe/select.png) no-repeat;
     overflow: hidden;
}*/