/* -------------------------------------------------------------------- fieldset */
fieldset *{
}

fieldset  {
	border: none;
	padding-bottom: 7px;
	padding-top: 2px;
	margin-top: 6px;
	font-size: 100%; /* 80  */
}
/* override voor het geval het in het home-template getoond wordt */
div#main_content {
	width: 643px !important;
}
legend {
	font-size: 150%; /* 140  */
	letter-spacing: 0.05em;
	padding-top: 8px;
	font-weight: normal;
	line-height: 100%;
	clear: both;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	color: #000000;
}
label {
	display: block;
	width: 175px;
	float: left;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 3px;
	clear: both;
	margin-left: 12px;
}
label.radio {
	display: inline;
	padding: 0;
	margin: 0;
	float: none;
	clear: none;
}
/* gekleurde achtergronden van rijen */
fieldset div{
	background-color: #F0F4F2;
	margin-top: 2px;
	margin-bottom: 0px;
	clear: both;
	height: 31px;
}
fieldset div.oddrow{
	background-color: #E6ECE8;
}
fieldset div.incltoelichtingen{
	height: 41px;
	padding-top: 4px;
}
/* invulvelden */
.text { 
	border: 1px solid #D8E2DD;
	height: 18px;
	font-family: Arial, sans-serif, Verdana;
	float: left;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
}
/* invulvelden verschillende breedtes */
input.XL{ 
	width: 275px;
}
input.L , input.fileupload {
	width: 208px;
}
input.M {
	width: 141px;
}
input.S{
	width: 60px;
}
input.XS {
	width: 35px;
}
/* selectboxes correctie breedte en hoogte, maar optisch gelijk */
select.text { 
	height: 20px;
}
select.XL{ 
	width: 277px;
}
select.L {
	width: 210px;
}
select.M {
	width: 143px;
}
select.S{
	width: 62px;
}
select.XS {
	width: 37px;
}
/* container voor toelichtingen boven invulvelden */
fieldset div p {
	background-color: none;
	width: 350px;
	margin-top: 0px;
	color: #6E9380;
	font-size: 100%; /*  85 */
	margin-left: 211px;
	margin-bottom: 0px;
}
/* foutmeldingen */
p.error{
	color: #F09901;
	clear: both;
	font-weight: bold;
}
input.error {
	border: 1px solid  #F09901;
}
/* toelichtingen boven invulvelden */
fieldset div p span{
	display: block;
	float: left;
	margin-right: 7px;
	font-size: 80%; /*  nieuw */
	line-height: 90%;
}
span.klein {
	color: #6E9380;
	font-size: 80%; /*  nieuw */
}
/* toelichtingen: breedtes op basis van breedtes invulvelden, deze corresponderen met elkaar i.v.m. mooi uitlijnen */
fieldset div p span.XL {
	width: 275px;
}
fieldset div p span.L {
	width: 208px;
}
fieldset div p span.M {
	width: 141px;
}
fieldset div p span.S{
	width: 60px;
}
fieldset div p span.XS {
	width: 35px;
}
/* diversen */
input.radio, input.check {
	margin-top: 7px;
	margin-left: 5px;
}
input.submit {
	margin-left: 197px;
	clear: both;
	margin-top: 15px;
}
/* sterretje */
label em {
	font-style: normal;
	font-weight: bold;
	color: #F09901;
	font-size: 145%; /*  120 */
}
/* betaalwijze iets andere opmaak */
fieldset div.betaalwijze {
	background-color: #E6ECE8; /* #F1F4F2; */
	height: 120px;
}
fieldset div.betaalwijze p {
	margin-top: 5px;
}
fieldset div.betaalwijze p.inline {
	font-size: 100%; /* 100  */
	color: #000000;
	margin-top: -5px;
}
fieldset div.betaalwijze input.radio {
	margin-left: -4px;
}

textarea#reactie , textarea#opmerkingen , textarea#omschrijving , textarea#nodig {
	border: solid 1px #D8E2DD;
	width: 277px;
	height: 110px;
	font-size: 100%;
	margin: 2px 0px 2px 5px;
}