label {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.formcontent {
	width: 352px;
	margin: 0 auto 0 auto;
	border: 1px solid #1e5c99;
	z-index: 40;
}

.iform {
margin: 0 auto 0 auto;
padding: 4px 0 4px 0;
background: #D5EAEA;
/*border-left: 125px solid #006363;*/
border-left: 125px solid #006363;
 z-index: 41;
}
.iform p, .iform div {
/*width: 300px;*/
/*width: 220px;*/
clear: left;
margin: 0 0 0 0;
padding: 0 0 4px 0;
/*padding-left: 120px;*/ /*width of left column containing the label elements*/
/*border-left: 120px solid #901602;*/ /*width of left column containing the label elements*/
/*border: 1px dashed gray;*/
height: 1%;
/* background: InactiveCaptionText;*/
 z-index: 42;
}

.leftlabel {
float: left;
/*position: relative;*/
position: absolute;
margin-left: -124px; /*width of left column*/
/*padding-bottom: 4px;*/
width: 115px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
 text-align: right;
/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
font-weight: bold;
 color: White;
/*  color: Black;*/
/*border: 1px solid White;*/
/* z-index: 43;*/
}
.iform input {
	margin: 0 0 0 4px;
}
.iform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 210px;
}
.iform textarea {
width: 210px;
height: 100px;
margin: 0 0 4px 4px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix {
margin-left: 3px;
}

.intbox {
	float: left;
	width: 45%;
padding-left: 4px;
}

.headouter {
width: 348px;
margin: 0 auto 2px auto;
	border: 1px solid #006363;
	background: transparent;
	padding: 2px 2px 2px 2px;
}
.headinner {
	background: #006363;
	color: White;
	padding: 2px 2px 2px 6px;
	font: normal 67.5% Verdana, Geneva, Arial, sans-serif;
	text-align: center;
}
.message1, .message2 {
	width: 278px;
	margin: 0 auto 0 auto;
	padding-right: 74px;
	border: 1px solid #1e5c99;	
	background: #D5EAEA url(../images/Olijven-boer-3-82-l-text.gif) no-repeat 96% 40%;
	min-height: 90px;
}
.message1 {
	background: #D5EAEA url(../images/Olijven-boer-3-82-l-text.gif) no-repeat 96% 40%;
}
.message2 {
	background: #D5EAEA url(../images/Olijven-boer-3-70-l.gif) no-repeat 96% 40%;
}
