.zoeken_header          {
                        width:90px;
                        height:18px;
                        border:solid 1px #000;
                        }

.zoeken_body            {
                        width:150px;
                        height:18px;
                        border:solid 1px #000;
                        margin:22px 0 5px 0;
                        font-family:Verdana;
                        font-size:11px;
                        }

.zoeken_body_fout       {
                        width:150px;
                        height:18px;
                        border:solid 1px #red;
                        margin:22px 0 5px 0;
                        font-family:Verdana;
                        font-size:11px;
                        background-color:#f8c0c0;
                        }

.btn_zoeken       {
                        display:block;
                        width:148px;
                        height:20px;
                        background-color:#0081d0;
                        margin:32px 0 5px 0;
                        border:solid 1px #fff;
                        text-align:center;
                        font-family:Verdana;
                        color:#fff;
                        text-decoration:none;
                        }

.contactformulier   {
                       width:445px;
                       height:18px;
                       font-family:verdana;
                       font-size:10px;
                       font-style:italic;
                       color:#555555;
                       border:solid 1px #000;
                       margin:5px 0 0 7px;
                       padding:0 0 0 10px;
                        }

.contactformulier_fout   {
                       width:445px;
                       height:18px;
                       font-family:verdana;
                       font-size:10px;
                       font-style:italic;
                       font-weight:bold;
                       color:#ff0000;
                       border:solid 1px #ff0000;
                       margin:5px 0 0 7px;
                       padding:0 0 0 10px;
                       background-color:#f4c7c7;
                        }

.contactformulier_textarea   {
                       width:445px;
                       height:180px;
                       font-family:verdana;
                       font-size:10px;
                       font-style:italic;
                       color:#555555;
                       overflow:auto;
                       border:solid 1px #000;
                       margin:5px 0 0 7px;
                       padding:0 0 0 10px;
                        }

.button_contact             {
                       width:458px;
                       height:20px;
                       font-family:verdana;
                       font-size:11px;
                       font-weight:bold;
                       color:#fff;
	       text-transform:uppercase;
                       border:solid 1px #000;
                       background-color:#555555;
                       margin:5px 0 0 7px;
	       cursor:pointer; 
                       }
