/* Stylesheet FORMS BEUKEMA */

.kop 
  { font-family                        : tahoma; 
    font-size                          : 10pt; 
    color                              : #808080; 
    font-weight                        : 800;
    }
    
.txt, body 
  { font-family                        : verdana, tahoma; 
    font-size:10pt; color:#000099;font-weight:400;
    }

.mode 
  { font-family:tahoma; font-size:8pt; color:#AEAEAE;font-weight:400;
    }

.foo 
  { font-family:tahoma; font-size:8pt; color:#808080;font-weight:400;
    }

.button
  { width: 125px; background-color: #CECFCE; 
    color: #40458C;   /* FFFFFF */
    font: bold 8pt tahoma;
    }

.b 
  { font-weight: 800;}

.label
  { text-align: right;
    font-family: tahoma;
    font-size: 8pt;
    color: #000000;
    }
    
input, select 
  { width: 200px;
    font: normal 10pt tahoma;
    color: #000099;
    }

label, input[type="radio"] { cursor: pointer;}

input[type="radio"] { width: 25px;}    

