#postpopup {
	position: relative;
	right:3%;
	height:190px;
	width:260px;
	z-index: 0;
	font: normal 1px arial;
	color: black;
	background-color: #fff;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
}

#openclose {
	position: absolute;
	right:0px;
	top: 195px;
	border:none;
	outline:none;
	cursor:pointer;
}

#pppp_txt {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	float:left;
	font-size: 17px;
	line-height: 25px;
	text-align: center;
	text-shadow: 0px 0px 0 rgba(200,240,250,1);
}

#postpopup input[type=text],#postpopup input[type=tel]  {
	margin: 0px 0px 25px 35px;
	padding-left:6px;
	padding-right:7px;
	float:left;
	
	width: 75%;
	height: 60px;
	border-radius: 0px;
	border:1px solid black;
	font: bold 45px arial;
	color: black;
	outline: none;
	text-align:center;
}

#postnummer_OK {
	margin: 0px 0px 0 0px;
	cursor:pointer;
}

#postpopup_saveme {
	font: bold 16px arial;
}
#postpopup_div_pudserList {
	display:none;
	position: fixed;
	padding: 10px;
	right:15%;
	top:10%;
	height:500px;
	width:400px;
	z-index: 300;
	font: normal 13px arial;
	color: black;
	overflow: auto;
	
	background-color: white;
	border-radius:8px;
	border-top:2px solid black;
	border-left:2px solid black;
	border-right:2px solid black;
}