#content_midden form  {
	padding:0;
	margin:0;
	color:#666666;
	font-family: arial,verdana,helvetica;
	font-size:11px;
	line-height:15px;
}

#content_midden  form fieldset {
	border:0;
	padding:0;
	margin:0;
}

#content_midden  label {
	float:left;
	display:block;
	width:120px;
	margin-top:5px;

}

#content_midden  input, #content_midden  textarea, #content_midden  select {
	background:#f3f2f2 none repeat scroll 0 0;
	border:1px solid #cac9c9;
	margin:5px;
	width:270px;
}

#content_midden  input#vacaturebank,#content_midden  input.vacaturebanklijst {
   width:200px;
}

#content_midden  select.geslacht {
width:100px;
}

#content_midden  select.select_abonnementen {
	width:50px;
}

#content_midden  input.radio {
	width:12px;
	border:0;
	background-color:white;
}

#content_midden  input.csc-mailform-submit, #content_midden  input.button {
   background:transparent url(../img/form_btn.gif) no-repeat scroll;
   background-position: 3px 7px;
   width:143px;
   height:38px;
   color:white;
   font-weight:bold;
   border:none;
   cursor: pointer;
   margin-left:120px;
}

#content_midden  .verplicht {
	color:#ee7700;
}

/* code voor knop met mouse over die door een a href wordt gemaakt */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
	margin-left:125px;
	margin-top:10px;
}


a.button {
	margin-left:125px;
	margin-top:10px;
}

a.button {
    background: transparent url('../img/main_btn_r.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 35px; /* hoogte van het plaatje */
    margin-right: 6px;
    padding-right: 18px; /* breedte van het rechter plaatje */
    text-decoration: none;
}
a.button span {
    background: transparent url('../img/main_btn_l.gif') no-repeat;
    display: block;
    line-height: 25px; /* hoogte van de button */
    padding: 2px 0px 8px 18px;
}

a.button:active, a.button:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
    color:white;
}
a.button:active span, a.button:hover span {
    background-position: bottom left;
}

