fieldset {
   width:440px;
   border:none;
}

fieldset.form label {
   display:block;
   float:left;
   padding:3px;
   font-weight:bold;
   width:150px;
    margin:3px;
    clear:left;

}
fieldset.form select,
fieldset.form input {
   padding:3px;
    margin:3px;
}

h4 {
   padding:0;
   font-size:14px;
   margin:0;
   padding-bottom:2px;
    border-bottom:1px solid #F6A800;
    margin-right:10px;
}

textarea.textinfo {
   font-family:arial,verdana;
   width:420px;
   height:200px;
   font-size:11px;
      background-color:#fcf7ff;
      border:1px solid #efeaf2;
      margin:3px;
      padding:2px;   
 }
 
 input
{
border : #F6A800 solid 1px;
}

.Button 
{
font-family : Arial;
background-color : #FDDCA7;
color : #FFFFFF;
font-weight : bold;
background-position : center center;
background-repeat : no-repeat;
text-transform : uppercase;
background-image : url(../images/verzenden.gif);
cursor : pointer;
border : 0px;
font-size : 12px;
height : 30px;
width : 82px;
}

select
{
border : #F6A800 solid 1px;
}

textarea
{
border : solid 1px #F6A800;
}

.checkbox 
{
border : 0px solid #F6A800;
}

.content a:hover {
   text-decoration:underline !important;
}

div.INPUTBOX {
   float:left !important;
   padding:1px;
   font-size:12px;
   border:#F6A800 solid 1px;
   width:150px;
   background-color:#fff;
   height:16px;
   padding-left:5px;
}