@charset "utf-8";
/* CSS Document */

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}

#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:526px;
	width:587px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	font-size:13px;
}

#popupContactClose{
	font-size:20px;
	width:100%;
	height:20px;
	right:0px;
	top:0px;
	position:absolute;
	color:#357b3f;
	font-weight:700;
	display:block;
	background:#CCC;
	text-align:center;
	padding-top: 5px;
	padding-bottom:5px;
	cursor:pointer;
}

#errorMessage {
	display:block;
	position:absolute;
	top:40px;
	color:#000;
	width:587px;
	height:496px;
	background:#357b3f;
	margin-top:-10px;
}

div.cardsTop {
	width:161px;
	height:160px;
	background:url(../images/cardsTop.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	right:0;
}

div.cardsBottom {
	width:161px;
	height:160px;
	background:url(../images/cardsBottom.gif);
	background-repeat:no-repeat;
	position:absolute;
	bottom:0;
	left:0;
}

div.formulier {
	font-size:18px;
	font-family:Trebuchet ms, Verdana, Arial;
	position:absolute;
	top:50px;
	left:110px;
}

div.formulier ul.list {
	list-style-type:none;
	clear:both;
}

div.formulier ul.list li {
	float:left;
	margin-top:10px;
}

div.formulier ul.list li.bevestig {
	margin-left:120px;	
	padding-top:20px;
}

div.formulier ul.list li.select {
	margin-left:120px;	
}

div.formulier ul.list li.select select {
	width:150px;	
}

div.formulier ul.list li input {
	width:150px;	
}

div.errors {
	position:absolute;
	height:auto;
	overflow:auto;
	top:0;
	left:110px;
	color:blue;
	font-size:18px;
	line-height:20px;
}
