.gastenboek {
	position: relative;
	display: block;
	float: right;
	width: 600px;
	border: solid 1px rgb(255,255,255);
	text-align: center;
	}

.gastenboek form {
	position: relative;
	display: block;
	width: 500;
	text-align: left;
	margin: 0 auto;
	}

.gastenboek form label {
	position: relative;
	display: block;
	float: left;
	width: 100px;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	}

.gastenboek form input, .gastenboek form textarea {
	position: relative;
	display: block;
	float: left;
	width: 350px;
	border: none;
	padding: 0;
	margin: 5 0 5 0;
	}

.gastenboek form .verstuur {
	width: 80px;
	}

#recaptcha_widget_div {
	position: relative;
	display: block;
	float: left;
	width: 350px;
	}

.gastenboek_entries {
	position: relative;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	border: solid 1px rgb(255,255,255);
	border: none;
	width: 500px;
	float: right;
	}

.gastenboek_entries li {
	position: relative;
	display: block;
	text-align: left;
	border: none;
	border-bottom: solid 1px rgb(255,255,255);
	padding: 5px;
	}

.gastenboek_entries li h1 {
	font-size: 15px;
	font-weight: bold;
	}