.postcode {
	text-align:center;
	font-weight: bold;
}
.postcode hr {
  margin-top: 10px;
  margin-bottom: 15px;
  border: 0;
  border-top: 2px solid #008100;
}
.veld {
	border:1px solid #ddd;
	padding-left: 10px;
	height: 34px;
}
.pcijfer p {
	display:none;
}
.knop {
	background: #008100;
	color: #fff;
	padding: 5px 10px;
	margin-top: 15px;
	display: block;
	text-transform: uppercase;
	width: 100%;
}
.melding {
	display: none;
	font-size: 90%;
	padding: 10px 0 0;
	color: red;
}
.pbox {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 1000;
	width: auto;
	max-width: 350px;
	overflow: auto;
	background: #fff;
	color: #000;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.8);
	border: 9px solid rgba(0, 0, 0, 0.1);
	background-clip: padding-box;
}
@media (min-width: 32em) {
	.pbox { width: 70%; }
}
.pbox .pbody { 
	padding: 15px;
}
.poverlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85) !important;
}
/*
a.pboxclose{
    float:right;
    margin-top:2px;
    margin-right:2px;
    cursor:pointer;
    color: #fff;
    border-radius: 30px;
    background: #605F61;
	font-family: Arial, serif;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    line-height: 1px;
    padding: 11px 3px;     
	z-index:1001;	
}

.pboxclose:before {
    content: "×";
}
*/
a.pboxclose {
	display: none;
}
