@charset "utf-8";
/* CSS Document */

label {
	width:120px;
	float:left;
	padding-top:5px;
}
p.formulier {
	margin:0px 0px 5px 5px;
	height:20px;
}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
input.breed {
	width:200px;
}
input.postcode {
	width:50px;
}
.veld {
	width:200px;
	height:100px;
}
.largebtn {
	cursor: pointer;
	cursor: hand;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	width: 100px;
	height: 24px;
	margin-top:20px;
	color: #48394E;
	background: url("../img/button_send.gif") no-repeat left top;
	margin-left:55px;
}
.largebtn-right {
	cursor: pointer;
	cursor: hand;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	width: 100px;
	height: 24px;
	margin-top:20px;
	color: #48394E;
	background: url("../img/button_send.gif") no-repeat left top;
	margin-left:225px;
}
.largebtn-right1 {
	cursor: pointer;
	cursor: hand;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	width: 100px;
	height: 24px;
	margin-top:20px;
	color: #48394E;
	background: url("../img/button_send.gif") no-repeat left top;
	margin-left:225px;
	border:none;
}


