body {
	margin: 0;
	padding: 0;
	background-color: White;
}

#content {
	padding: 10px 40px 5px 15px;
}

/* Gastenboek */
.gastenboek_naam {
	background-color: #ededed;
	text-align: left;
	margin-top: 10px;
}

.gastenboek_datum {
	text-align: right;
	padding-right: 10px;
	width: 80px;
	font-size: 11px;
}

.nav {
	font-size: 11px;
}

.nav .active {
	font-weight: bold;
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Arial, Verdana, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

/* Form style */
form {
	padding: 0;
	margin: 0;
}

label {
	cursor: pointer;
	cursor: hand;
	padding-left: 22px; /* To leave room for the icon */
}

label.nopadding {
	padding-left: 0px;
}

label.required {
	background-image: url(../images/required.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

label.problem {
	background-image: url(../images/caution.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

label.completed {
	background-image: url(../images/complete.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

.input,.inputmedium,.inputsmall,.inputmini,.inputhalf {
	border: 1px Solid #E2D4D4;
	padding-left: 1px;
	width: 300px;
	margin: 1px 0;
}

input.radio {
	border: 0;
	width: 10px;
	margin: 0;
	padding: 0;
}

.inputmedium {
	width: 200px;
}

.inputlarge {
	width: 350px;
}

select.inputmedium {
	width: 150px;
}

.inputsmall {
	width: 90px;
}

.inputhalf {
	width: 145px;
}

.inputmini {
	width: 40px;
}