@CHARSET "ISO-8859-1";

body {
	background-color: white;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-family: Arial;
	color: #666;
	font-size: 0.9em;
	min-height: 250px;
}

input.textbox {
	border: 1px solid orange;
	background-color: #ECECEC;
	font-size: 1.2em;
	padding: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.content {
	padding-bottom: 15px;
	padding-top: 5px;
}

#logo {
	margin-bottom: 5px;
}

#close {
	display: block;
	position: absolute;
	right: 3px;
	top: 3px;
	cursor: pointer;
}

#block {
	margin-bottom: 0.35em;
}

table {
	width: 378px;
	margin-left: auto;
	margin-right: auto;
}

#payoff {
	color: #fa8f25;
	text-align: left;
	padding-left: 12px;
	margin-top: 30px;
	width: 100%;
	position: absolute;
	display: block;
	bottom: 0px;
}

.error ul {
	list-style: square;
	color: red;
	margin-left: 0px;
	padding-left: 1.5em;
}

#Verzenden {
	vertical-align: middle;
	margin-bottom: 2px;
}
