label, textarea, form, fieldset
{
	padding: 0;
	margin: 0;
}

form
{
	border: 0;
}

form#bestel, form#nieuwAccountForm
{
	padding: 20px 0 0 0;
}

fieldset
{
	display: block;
	clear: both;
	margin:0 0 0 0;
	padding: 0 0 15px 0;
	border: 0;
}

fieldset div
{
	clear: both;	
	padding: 0 0 5px 0;
}

fieldset div div
{
	clear: none;
}

fieldset span
{
	float: left;
}

legend
{
	position: relative;
	margin:   0 0 0 -7px;
	padding: 0 0 2px 0;
	border: 0;
	font: bold 1.1em/140% verdana, helvetica, arial, sans-serif;	
	text-transform: uppercase;
	color: #777777;
}

label
{
	display: block;
	clear: both;	
	float: left;
	width: 150px;
}

#kaarten label
{
	width: 250px;
}

label#Postbank
{
	width: 82px;
	height: 30px;
	background: transparent url(../images/button_postbank.gif) no-repeat 5px 0;
	text-indent: -666666px;
}

label#Rabobank
{
	width: 82px;
	height: 40px;
	background: transparent url(../images/button_rabobank.gif) no-repeat 0 0;
	text-indent: -666666px;
}

label#ABNAmro
{
	width: 82px;
	height: 30px;
	background: transparent url(../images/button_abn_amro.gif) no-repeat 5px 0;
	text-indent: -666666px;
}

#nieuwsbriefmain label, #machtig label
{
	width: 390px;
}

input
{
	display: block;
	float: left;
	width: 230px;	
	margin: 0 0 2px 0;
	padding: 0;
}

input.text 
{
	background-color: #ffffff;
	border: 1px solid #c6c8d4;
	height: 20px;
	width: 180px;
	color: #000000!important;
}

textarea
{
	background-color: #ffffff;
	border: 1px solid #c6c8d4;
	margin: 0 0 2px 0;
	
}

input.geborenDag {width:30px!important;}
input.geborenMaand {width:30px !important;}
input.geborenJaar {width:50px !important;}

input.adres {width:190px !important;}
input.huisnummer {width:30px !important; margin: 0 0 0 3px;}
input.huisnummerToevoeging {clear:both; width:30px !important;}
input.toevoeging {width:30px !important; margin: 0 0 0 3px;}

input.geboortedatum {width:30px !important; margin: 0 3px 3px 0;}

input.postcodeCijfers {width:50px !important}
input.postcodeLetters {width:30px !important; margin: 0 0 0 3px;}

input.net {width:30px !important;}
input.abo {width:100px !important;}

input.aantal { width:20px !important;}
input.aantal2 {width:30px !important;}

input#geslachtM, input#geslachtV {width: 40px;}

input#username {width:180px !important;}
input#wachtwoord {width:180px !important;}

input.submit
{
	display: inline;
	clear: both;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	border:0px solid #dce0e6;
	width:150px;
	height: 22px;
	color:#ffffff;
	background-color: #cc071e;
	cursor:pointer;
	text-align: left;
	font: bold 1em/130% verdana, arial, helvetica, sans-serif;
	text-transform: uppercase;
}

input.submitHover
{
	color: #FFF;
	text-decoration: none;
	font-style: italic
}

div.checkbox
{
	clear: both
}

.checkbox input
{
	width: auto;
	margin: 0 5px 0 5px;
}

.checkbox label
{
	width: auto;
	width: 400px;
	clear: none;
}

#nieuwsbrievenForm .checkbox label
{

	width: 300px;
	clear: none;
}

div.radiobutton
{
	padding: 0 0 0.4em 0;
}

div.radiobutton input
{
	display: block;
	clear: both;
	width: 30px;	
	border: 0px;
}

div.radiobutton>input
{
	margin: 2px 0 0 0;
}

div.radiobutton label
{
	clear: none; 
	float: left;	
	width: 90px;	
	padding: 0 0 0.4em 0;
}

textarea 
{
	float: left;
	display: block;
	height: 80px;
	width:230px; 
	border: 1px solid #c6c8d4;
}

/*-- ------------ zoek ---------------- --*/

form#zoek
{
	margin: 0 0 0 0;
	padding:0;
}

form#zoek label
{
	display: none;
}

form#zoek input#zoekText
{
	display: block;
	clear: both;
	width: 130px;
	height: 16px;
	background: none;
	padding: 1px 0 0 0px;
	margin: 10px 0 0 0!important;
	float: right;
}

input.zoekButton
{
	display: inline;
	clear: both;
	width: 4em;
	height: 2em;
	margin: 0 0 0 0;
	padding: 0 5px 0 0;
	border: 0;
	font-size: 12px;
	background-color: #ffffff;
	cursor:pointer;
	background: url(../images/goto.jpg) no-repeat 0 0.6em!important;
	float: right;
	text-align: right;
}

#zoekContainer
{

}

form#zoek #zoekContainer .hover
{
	color: #cc071e;
}