input, textarea {
	font: normal 11px Arial, Helvetica, sans-serif;
}

.inputfield,
.inputfield-small,
textarea,
.textarea-small {
	padding: 2px 3px;
	width: 196px;
	height: 18px;
	color: #705d45;
	border-width: 1px;
	border-style: solid;
	border-color: #a9a08d #eceae6 #eceae6 #a9a08d
}

.submit-button {
	width: 68px;
	height: 25px;
	background: url(/img/nav/main_elements.gif) 0 -1178px no-repeat;
	border: none;
	cursor: pointer;
}

.submit-button:hover {
	background-position: 0 -1203px;
}


/* ERROR ALERT BOX
--------------*/

#erroralert {
	margin: 0 0 10px 0;
	padding: 10px 0 10px 10px;
	width: auto !important;
	border-left: 1px solid #cc0000;
	clear: both;
}

#erroralert p {
	margin: 0;
	line-height: 15px;
}

#erroralert span.header {
	color: #cc0000;
	font-weight: bold;
}

#erroralert span {
	display: block;
}

#erroralert .error-items {
	margin: 10px 0 0 0 !important;
}


/* EXCEPTIONS
--------------

	 ASK QUESTION
--------------*/

#askquestion form {
	margin: 10px 0 0 0;
}

#askquestion form p {
	margin: 0;
	line-height: 15px;
}

#askquestion form input, textarea {
	margin: 0 0 10px 0;
}
#askquestion form p {
	margin: 0 !important;
	width: 100%;
	display: table;
}

#askquestion form label {
	width: 110px;
	font-weight: bold;
	float: left;
	display: inline;
}

#askquestion form p.q-textarea label {
	margin: 10px 0 10px 0;
	float: none;
	display: block;
}

#askquestion form input {
	margin: 0 0 5px 0 !important;
	float: left;
	display: inline;
}

#askquestion form p.q-textarea input {
	float: none;
	display: block;
}

#askquestion .inputfield-small {
	width: 146px;
}

#askquestion .textarea-small {
	width: 340px;
	height: 106px;
}


/* NIEUWSBRIEF AANVRAAG
------------------------*/

#newsletter {
}

#newsletter form p {
	margin: 0 !important;
	width: 100%;
	display: table;
}

#newsletter form label {
	width: 90px;
	font-weight: bold;
	float: left;
	display: inline;
}

#newsletter form input {
	margin: 0 0 5px 0 !important;
	float: left;
	display: inline;
}

#newsletter span {
	font-weight: bold;
	display: block;
}

#newsletter .inputfield-small {
	margin: 0 15px 0 0;
	height: 19px;
}


/* EVENEMENT UITNODIGING
------------------------*/

#eventrequest {
	margin: 0 0 50px 0;
}

#eventrequest form {
	margin: 15px 0 0 0;
}

#eventrequest form p {
	margin: 0 !important;
	width: 100%;
	display: table;
}

#eventrequest form label {
	width: 130px;
	font-weight: bold;
	float: left;
	display: inline;
}

#eventrequest form input {
	margin: 0 0 5px 0 !important;
	float: left;
	display: inline;
}

#eventrequest .inputfield-small {
	margin: 0 15px 0 0;
	padding-top: 6px;
	width: 200px;
	height: 19px;
}
