/* Common form style */

/* Fix for Opera, so it uses its default style */
input[type="checkbox"], input[type="radio"] {
	padding: 1px;
}

#content .form h1 {
	margin-bottom: 0;
	background-color: #0099db;
	color: white;
}

#content .form h1 + div.intro {
	margin: 0;
	background-color: #cdefff;
	color: black;
}

#content form {
	position: relative;
	background-color: #f5fcff;
}
	#content form div {
		padding: 11px 13px 11px 10px;
		background-color: #cdefff;
	}
	#content form em {
		display: block;
		color: #c70b00;
	}

	#content form fieldset {
		position: relative;
		border: 0;
		padding: 20px 10px 8px 13px;
		background-color: #f5fcff;
	}
		#content .form form fieldset h2 {
			margin: 0 0 0.5em;
			font-size: 0.92em;
			font-weight: bold;
			color: #323474;
		}
		#content .form form fieldset p {
			margin-top: 36px;
			font-size: 0.92em;
		}

	#content form label {
		padding-left: 4px;
		font-size: 0.92em;
		line-height: 1.5em;
		color: #006dc0;
	}

	#content form .form-submit {
		clear: both;
		_zoom: 1;
	}
		#content form .form-submit input {
			min-height: 15px;
			border: 0;
			padding-left: 18px;
			font: bold 0.8em Verdana, sans-serif;
			text-align: left;
			background: url(/images/zoek-project.gif) no-repeat;
			color: #006dc0;
		}
		#content form .form-submit input:hover {
			background-position: 0 -15px;
			color: #ac130a;
		}



/* Nieuwsbrief aanmelden */

#content form fieldset#nieuwsbrief_wat-bent-u {
	float: left;
}

#content form fieldset#nieuwsbrief_email {
	padding-top: 0;
}

#content #aanmeldform-large fieldset input {
	background-color:transparent;
	border-color:-moz-use-text-color -moz-use-text-color #323474;
	border-style:none none dashed;
	border-width:medium medium 0.0714em;
	font-family:"Courier New",monospace;
	font-style:normal;
	font-weight:bold;
	margin:0 0.5em;
	color: #323474;
}

#content #aanmeldform-large h2 {
	line-height: 2em;
}


/* Evaluatieformulier */

#content form#evaluatie fieldset p {
	margin-bottom: 0.35em;
	margin-top: 0;
}

#content form#evaluatie fieldset li {
	margin-bottom: 1.42em;
}

#content form#evaluatie label {
	display: inline-block;
	font-size: 1.03em;
	padding: 0;
	width: 120px;
}
	#content form#evaluatie label.errors {
		color: #c70b00;
		font-weight: bold;
	}

	#content form#evaluatie li label {
		display: inline;
		padding-right: 1.5em;
		width: auto;
	}

	/* IE6 and 7 need hacks for this. */
	#content form#evaluatie label[for=eval-toonschool],
	#content form#evaluatie label[for=eval-toonnaam],
	#content form#evaluatie label[for|=eval-onderwijs],
	#content form#evaluatie label[for=eval-toelichting],
	#content form#evaluatie label[for|=eval-bonus] {
		padding-right: 1.5em;
		width: auto;
	}

		#content form#evaluatie label em {
			color: #c70b00;
			display: inline;
			font-style: normal;
			font-weight: bold;
		}

#content form#evaluatie input#eval-onderwijs-vo,
#content form#evaluatie input#eval-onderwijs-so,
#content form#evaluatie input#eval-bonus-2 {
	margin-left: 124px; /* Why 124 and not 120? I don't know. */
}