#postpopup {
	position: relative;
	left:74%;
	top:-198px;
	height:198px;
	width:260px;
	z-index: 0;
	font: normal 1px arial;
	color: black;
	
	background-color: #8CB4E1;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom:2px solid black;
	border-left:2px solid black;
	border-right:2px solid black;
}
#openclose {
	position: absolute;
	right:0px;
	top: 195px;
	border:none;
	outline:none;
	cursor:pointer;
}
#pppp_txt {
	margin-top:10px;
	margin-left:10px;
	float:left;
	font-size: 17px;
	line-height:30px;
	text-shadow: 1px 1px 0 rgba(200,240,250,1);
}
#postpopup input[type=text],#postpopup input[type=tel] {
	margin:6px 58px;
	padding-left:6px;
	padding-right:7px;
	float:left;
	
	width: 130px;
	height: 60px;
	border-radius: 8px;
	border:1px solid black;
	font: bold 50px arial;
	color: black;
	outline: none;
	text-align:center;
}

#postnummer_OK {
	margin: 10px 10px 0 10px;
	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;
}
.order_button_privat, .order_button_erhverv {
	font-size:14px;
	color:#fff;
	background:green;
	cursor:pointer;
	height:40px;
	width:100px;
	margin-top:2px;
	float:right;
	margin-right:20px;
	text-shadow:1px 1px 1px #555;
	margin-left: 0;
}
.order_button_privat{

}
.order_button_erhverv{

}
.order_button_privat:hover, .order_button_erhverv:hover {background:lightgreen;color:black;}
/* Mobile/lower-resolution devices */
@media screen and (max-width:640px) {

}
