/* 
	Deze stylesheet bevat de volgende styles:
	Standaard form styles
	Aangepaste form styles
*/

/* =Standaard form styles
		----------------------------------------------------*/
select, input, textarea {
	margin: 0;
	background: #fff;
	border: #8d8d8d 1px solid;
	font: 1.0em Verdana, Arial, Helvetica, "Times New Roman", sans-serif;
	color: #8d8d8d;
}
input { 
	height: 18px;
	padding: 1px 5px 0 5px;
}
input[type="checkbox"] {
	border: 0;
	margin: 0;
}
input[type="radio"] {
	border: 0;
	margin: 0;
}

textarea {
	padding: 3px 5px 0 5px;
	overflow: auto;
}

select {
	height: 18px;
}

label {
	text-align: left;
	cursor: text;
}

/* =Aangepaste form styles
		----------------------------------------------------*/
input.radio {
	border: 0;
	}

input.searchBtn {
	width: 16px;
	height: 16px;
	padding: 0;
	border: 0;
	}
	
input.searchTop {
	width: 80px;
	height: 16px;
	}
	
input.contact {
	width: 390px;
	height: 16px;
	margin: 0 0 15px 0;
	background: #eaeaea;
	border: #eaeaea 1px solid;
	float: left;
	}

input.contactWide {
	width: 390px;
	height: 16px;
	margin: 0 0 15px 131px;
	background: #eaeaea;
	border: #eaeaea 1px solid;
	float: left;
	}

label.contact {
	width: 121px;
	margin: 0 10px 15px 0;
	padding: 2px 0;
	background: #fff;
	float: left;
	}

label.contactWide {
	width: 521px;
	margin: 0 0 5px 0;
	padding: 2px 0;
	float: left;
	}

textarea.contact {
	width: 390px;
	height: 50px;
	margin: 0 0 15px 0;
	background: #eaeaea;
	border: #eaeaea 1px solid;
	float: left;
	}