div#popup {
	position:absolute;
	top:50%;
	left:50%;
	
	width:251px;
	height:33px;
	background:url(../images/main_bg.jpg) no-repeat;
	padding:15px 12px 0 12px;
	z-index:3000;
	
	margin:-272px 0 0 -125px;
	
	display:none;
}

div#bedankt {
	position:absolute;
	top:50%;
	left:50%;
	
	width:251px;
	height:96px;
	background:url(../images/bedankt_bg.jpg) no-repeat;
	padding:15px 12px 0 12px;
	z-index:3000;
	
	margin:-200px 0 0 -125px;
	
	display:none;
}

div#sendtofriend, div#tellafriend {
	position:absolute;
	top:50%;
	left:50%;
	
	width:251px;
	height:291px;
	background:url(../images/sendtofriend/background.gif) no-repeat;
	padding:15px 12px 0 12px;
	z-index:3000;

	margin:-200px 0 0 -125px;
}


div#popup div.closebutton, div#sendtofriend div.closebutton, div#bedankt div.closebutton, div#tellafriend div.closebutton {
	position:absolute;
	right:0;
	top:0;
	width:30px;
	height:30px;
}

div#popup table {
	border-collapse:collapse;
	z-index:3000;
	padding:0;
	margin:0;
}
div#popup table#formulier_groep td, div#popup table#formulier_individueel td, div#sendtofriend table td, div#tellafriend table td {
	padding:5px 0 0 0;
}

div#popup input.text, div#sendtofriend input.text, div#tellafriend input.text {
	width:181px;
	height:20px;
	background:url(../images/groep/textinput.jpg) no-repeat;
	border:none;
	padding:5px 0 0 5px;
	font-family:Times, serif;
}
div#popup input.text2, div#sendtofriend input.text2, div#tellafriend input.text2 {
	width:181px;
	height:20px;
	background:url(../images/groep/textinput2.jpg) no-repeat;
	border:none;
	padding:5px 0 0 5px;
	font-family:Times, serif;
}
div#popup input.small {
	width:32px;
	height:20px;
	background: url(../images/individueel/smalltextinput.jpg) no-repeat;
	border:none;
	padding:5px 0 0 5px;
	font-family:Times, serif;
}
div#popup input.file {
	width:253px;
	height:25px;
	background:none;
	border:none;
	filter: alpha(opacity=0); /* internet explorer */
	-khtml-opacity: 0.0;      /* khtml, old safari */
	-moz-opacity: 0.0;       /* mozilla, netscape */
	opacity: 0.0;           /* fx, safari, opera */
}
div#popup input.submit, div#sendtofriend input.submit, div#tellafriend input.submit {
	width:102px;
	height:29px;
	border:0;
	background:url(../images/verstuur.jpg) no-repeat;
	float:right;
	cursor: pointer;
}
div#popup textarea, div#sendtofriend textarea, div#tellafriend textarea{
	width:248px;
	height:77px;
	background:url(../images/groep/textarea.jpg);
	border:none;
	padding:5px 0 0 5px;
	overflow:auto;
	font-size:12px;
	font-family:Times, serif;
}
div#popup textarea.omschrijving {
	width:181px;
	height:48px;
	background:url(../images/groep/omschrijving.jpg) no-repeat;
	border:none;
	padding:5px 0 0 5px;
	font-family:Times, serif;
	overflow:auto;
	font-size:12px;
}
div#popup div.browse {
	width:253px;
	height:25px;
	background:url(../images/bladeren.gif) no-repeat;
}

div#viewer {
	position:absolute;
	top:50%;
	left:50%;
	width:400px;
	height:495px;
	margin:-261px 0 0 -211px;
	padding:24px 11px 0 11px;
	background:url(../images/viewer/background.jpg);
	z-index:3000;
	display:none;
}
div#viewer div#closebutton {
	position:absolute;
	right:0;
	top:0;
}
div#viewer div#nextbutton {
	position:absolute;
	left:25px;
	top:0;
}
div#viewer div#prevbutton {
	position:absolute;
	left:0;
	top:0;
}
div#viewer h1 {
	padding:0;
	margin:0 0 0 5px;
	line-height:40px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
div#viewer p {
	padding:0;
	margin:5px 0 0 5px;
}

