/* - - FORMS.CSS - - */

/* #999933       goud
    AFA697       grijs
    F66111       oranje
    F9B972       creme
   */
   
fieldset
  { border                             : 1px dotted #660000;
    font-size                          : 10pt;
    margin                             : 5px;
    }
    

fieldset:hover
  { border                             : 1px solid;
    }

legend
  { border-bottom                      : 2px solid;
    }


input, textarea, .text
  { color                              : #000099;
    font-weight                        : 800;
    font-size                          : 10pt;
    font-family:tahoma;
    }
    
input:hover, input:focus, textarea:hover
  { background                         : #AFA697;
    color                              : #FFFFFF;
    }


select
  { color                              : #000099;
    font-weight                        : 800;
    font-family                        : tahoma;
    font-size                          : 10pt;
    }
    
.label
  { text-align                         : right;
    font-size                          : 8pt;
    width                              : 100;
    }
    
#submit, #reset, .submit
  { border                             : 1px solid;
    border-color                       : #F9B972 #5F051C #5F051C #F9B972;
    width                              : 200px;
    font-weight                        : 400;
    cursor                             : pointer;
    color                              : #FFFFFF;
    background                         : #F66111;
    }

#submit:hover, #reset:hover
  { border-color                       : #4F718A #000033 #000033 #4F718A;
    width                              : 200px;
    font-weight                        : 400;
    cursor                             : pointer;
    color                              : #FFFFFF;
    background                         : #414D59;
    }


