/****************************
   forms.css
   (C) Mangrove 2008 (modified by De Heren Van)
   Form style properties
*****************************/

form, fieldset, legend {
	border: 0;
	margin: 0;
	padding: 0;
}
form {
	padding: 0;
}
form p {
	margin: 0 0 10px;
}
form input.field {
	width: 140px;
}
.send-btn, .send-btn-active {
	width: 148px;
	height: 25px;
	margin: 0;
	border: 0;
	background: url('../images/submit.png') top left no-repeat;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	outline: none;
	overflow: hidden;
	float: left;
}
.send-btn-inactive {
	background: url('../images/submit-inactive.png') top left no-repeat;
}


.verstuur-btn {
	width: 104px;
	height: 25px;
	margin: 0;
	border: 0;
	background: url('../images/versturen.png') top left no-repeat;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	outline: none;
	overflow: hidden;
	float: left;
}
