/* algemeen
-------------------------------------------------------------- */
form label {
	float: left;
	display: block;
	clear: left;
}

/* traffic alert form
-------------------------------------------------------------- */
form.eventalert {
	margin-top: 8px;
}
form.eventalert label {
	width: 145px;
	font-weight: normal;
	line-height:20px;
}
form.eventalert input.text {
	line-height:16px;
	font-size: 90%;
	border: 1px solid #000 !important;
	background: #fff;
	width: 194px;
	font-family:Arial;
	text-indent:1px;
}
form.eventalert .keuzeselect {
	font-size: 90%;
	border: 1px solid #000;
	background: #fff;
	width: 196px;
	font-family:Arial;
	text-indent:2px;
	margin:0px 0px 4px 0px;
}
form.eventalert .submit {
	height:16px;
	width:145px;
	font-size:110%;
	font-weight:bold;
	text-align:left;
	background:url(/img/algemeen/but-submit.gif) no-repeat top right;
	margin:8px 0px 0px 0px;
	border:0;
	cursor:pointer;
	color:#00deff;
}

/* inlogform
-------------------------------------------------------------- */
form.inloggen {
	margin-top: 8px;
}
form.inloggen label {
	width: 45px;
	font-weight: normal;
}
form.inloggen input.text {
	line-height:16px;
	font-size: 90%;
	border: 1px solid #000;
	background: #fff;
	width: 149px;
	font-family:Arial;
	text-indent:1px;
}
form.inloggen .submit {
	width: 16px;
	height: 16px;
	background: url(/img/algemeen/but-submit.gif) no-repeat;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}


/* inlogform
-------------------------------------------------------------- */
form.nieuwsbrief {
	margin-top: 8px;
}
form.nieuwsbrief label {
	width: 75px;
	font-weight: normal;
	line-height:20px;
}
form.nieuwsbrief input.text {
	line-height:16px;
	font-size: 90%;
	border: 1px solid #000 !important;
	background: #fff;
	width: 194px;
	font-family:Arial;
	text-indent:1px;
	margin:2px;
}
form.nieuwsbrief .keuzeselect {
	font-size: 90%;
	border: 1px solid #000;
	background: #fff;
	width: 196px;
	font-family:Arial;
	text-indent:2px;
	margin:0px 0px 4px 0px;
}
form.nieuwsbrief .submit {
	height:16px;
	width:85px;
	font-size:110%;
	font-weight:bold;
	text-align:left;
	background:url(/img/algemeen/but-submit.gif) no-repeat top right;
	margin:8px 0px 0px 0px;
	border:0;
	cursor:pointer;
	color:#00deff;
}



/* opstapplaats
-------------------------------------------------------------- */
form.opstapplaats {
	margin-bottom: 1em;
	float: left;
	width: 100%;
}

form.opstapplaats input.text {
	width: 115px;
	font-size: 1em;
	border: 1px solid #000;
	background: #fff;
	line-height: 1em;
	float: left;
	margin-right: 5px;
}
