/* FORMULIER */
input {
	float: left;
	/*display: block;*/
	width: 210px;
	border: 1px solid #B0B0B0;
	margin-bottom: 3px;
	padding: 0 3px;
}
select {
	height: 20px;
	margin-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #B0B0B0;
	font-family: tahoma, arial;
	font-size: 11px;
	color: #5E5E5E;
	line-height: 17px;
}
textarea {
	width: 213px;
	height: 50px;
	border: 1px solid #B0B0B0;
	font-family: tahoma, arial;
	font-size: 11px;
	color: #5E5E5E;
	line-height: 17px;
}
*html textarea {
	width: 196px;
	margin-left: 0;
	padding: 0;
}
label {
	float: left;
	display: block;
	width: 155px;
	margin-bottom: 3px;
}
.checkbox {
	width: 20px;
	border: 0 none;
}
.autoWidth {
	width: auto;
	border: 0 none;
}

p.goedmelding {
	font-weight: bold;
	color: #B6D402;
}
p.foutmelding {
	font-weight: bold;
	color: #FF3300;
}

/* FIELDSETS */

fieldset.field385,
fieldset.field500 {
	float: left;
	width: 385px;
	height: auto;
	border: 0px none;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
}
fieldset.contact,
fieldset.inloggen,
fieldset.wachtwoord,
fieldset.registreer {
	float: left;
	width: 385px;
	height: 460px;
	border: 0px none;
	margin: 0 0 0 20px;
	padding: 0 10px 0 10px;
	
}
fieldset.contact {
	height: 450px;
	background: url(/img/jpg/bg-contact.jpg) no-repeat;
}
fieldset.wachtwoord {
	height: 135px;
	background: url(/img/jpg/bg-wachtwoord.jpg) no-repeat;
}
fieldset.inloggen {
	height: 175px;
	background: url(/img/jpg/bg-inloggen.jpg) no-repeat;
}
fieldset.registreer {
	height: 410px;
	background: url(/img/jpg/bg-registreer.jpg) no-repeat;
}
fieldset.persoonlijk {
	height: 420px;
	background: url(/img/jpg/bg-persoonlijk.jpg) no-repeat;
}
fieldset.sap {
	height: 675px;
	background: url(/img/jpg/bg-sap.jpg) no-repeat;
}
fieldset.blog {
	width: 500px;
	height: 460px;
	background: url(/img/jpg/bg-blog.jpg) no-repeat;
}
fieldset.kennisbank {
	width: 500px;
	height: 250px;
	background: url(/img/jpg/bg-kennisbank.jpg) no-repeat;
}


.field385 label {
	width: 155px;
	font-weight: bold;
}
.field385 .buttonSubmitGroen,
.field385 .buttonSubmitGrijs  {
	margin-left: 150px;
	display: block;
}
*html .field385 .buttonSubmitGroen,
*html .field385 .buttonSubmitGrijs  {
	margin-left: 75px;
	display: block;
}
fieldset.field500 {
	width: 500px;
}
.field500 label {
	width: 200px;
	font-weight: bold;
}
label.textNormal {
	font-weight: normal;
	width: 180px;
}
.field500 .buttonSubmitGroen,
.field500 .buttonSubmitGrijs  {
	margin-left: 195px;
	display: block;
}
*html .field500 .buttonSubmitGroen,
*html .field500 .buttonSubmitGrijs  {
	margin-left: 100px;
}
label.autoWidth {
	width: auto;
	border: 0 none;
}

input.hidden {
	border: 0 none;
	width: 0;
	height: 0;
	line-height: 0;
	font-size:0px;
}

/* APARTE INPUT */
#ps_ambitie {
	width: 415px;
	height: 120px;
}
#txtSecCaptcha {
	width: 127px
}
#beschikbaarDag,
#ps_uurtarief,
#ps_aantaluur {
	width: 25px;
}
#ps_beschikbaarDag {
	width: 40px;
}
#b_kern {
	width: 480px;
	height: 250px;
}
#k_bestand {
	width: 218px;
}
#ps_cv {
	width: 300px;
	border: 1px solid #B0B0B0;
}
label.normal {
	width: auto;
	border: 0 none;
	font-weight: normal;
}
#tijden {
	width: 110px;
}
#ps_sector {
	width: 409px;
}
#opmerkingen {
	width: 215px;
}

#btnSolliciteer {
	float: right;
	margin-right: 50px;
}

