* {
	margin: 0px;
	padding: 0px;
}

p {
	line-height: 1.5;
	font-size: 22px;
}

body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-shadow: 0px 1px 0px #fff;
}

img {
	border: none;
}

h1 {
	font-size: 26px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	line-height: 39px;
	height: 39px;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	text-shadow: none;
	border-bottom: 10px solid #fc0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
	width: 367px;
}

select.omschrijving {
	font-size: 18px;
	width: 192px;
	margin-left: 12px;
}

textarea.hidden {
	visibility: hidden;
	position: absolute;
}

select.hidden {
	visibility: hidden;
	position: absolute;
}

input.hidden {
	visibility: hidden;
	position: absolute;
}

input.naam {
	font-size: 18px;
	padding: 2px;
	color: #333;
	width: 300px;
	margin-left: 68px;
	height: 27px;
}

input.email {
	font-size: 18px;
	padding: 2px;
	color: #333;
	width: 300px;
	margin-left: 15px;
	height: 27px;
}

input.check {
	-webkit-transform: scale(1.4);
}


/*
span.send {
	background: -webkit-linear-gradient(top,#3c3d41 0,#131314 100%);
	width: auto;
	padding-top: 7px;
	padding-bottom: 9px;
	border-radius: 3px;
	border: 1px solid #000;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,.3);
}

span.send:active {
	background: -webkit-linear-gradient(top,#666 0,#333 100%);
}

input.send {
	padding: 8px 30px;
	margin-top: 3px;
	font-size: 14px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	background: transparent;
	border: none;
}


input.send {
	margin-top: 3px;
	font-size: 14px;
	height: 32px;
	width: 130px;
}
*/

textarea {
	font-size: 18px;
	color: #333;
	line-height: 1.3;
	max-width: 600px;
	width: 100%;
	height: 280px;
	padding-left: 4px;
	padding-top: 4px;
}

.email {
	margin-top: 6px;
}

header {
	height: 70px;
	background: #fc0 url("images/header-bg.gif") repeat-x top left;
}

header h1 {
	float: right;
}

header img {
	float: left;
}

#header-content {
	padding-top: 20px;
	max-width: 960px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0px auto;
}

#container {
	max-width: 960px;
	margin: 0px auto;
	max-width: 960px;
}

#container-form {
	background: #e3e4e9 url("images/noise.png");
	margin: 30px 30px 0px 30px;
	padding: 0px 30px 0px 30px;
	height: 826px;
}

#area {
	max-height: 445px;
	-webkit-overflow-scrolling: touch;
}

#blackout{
	opacity: 0.3;
	background-color: black;
	top: 0;
	position: absolute;
}

#message-title {
	background-color: #000;
	color: #fff;
	height: 15px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: none;
	padding: 3px 8px 5px 8px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#errortext {
	padding: 10px;
}

#errordialog {
	border: none;
	border-radius: 3px;
	line-height: 1.3;
	width: 300px;
	height: 150px;
	position: absolute;
	background-color: #fc0;
	z-index: 10;
}

#buttonerror {
	margin-left: 205px;
	display: inline;
}

input.send {
	clear: both;
}
