div.detaljinfoboks {
	min-height: 130px;
}

div.detaljinfoboks form {
	margin-left: 0 !important;
	margin-top: 10px !important;
}


div.statusboks, div#produktbokser, div#resultatMelding, div#venting {
	display: none;
	border: 2px solid #CCC;
	padding: 1em;
	padding-bottom: 0;
	margin: 10px 0 10px 5px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

div#resultatMelding, div#adresse-info {
	padding: 0 !important;
	border: none !important;
}

div#venting {
	padding: 5px 5px;
}

div#venting object {
	float: left;
	margin-right: 10px;
}

div#venting img {
	float: left;
	margin-right: 10px;
}

div#venting span {
	font-size: 24px; 
	color: #AAA; 
	margin-left: 10px;
	display: block;
	line-height: 50px;
	font-weight: bold;
}

div#statusbokser {
	margin-bottom: 10px;
}

div#adresse-info {
	margin-bottom: 0;
	padding-bottom: 0;
}

div#adresse-info p {
	margin-bttom: 0;
}

div.produktboks {
	display: none;
}

div#resultat {
	display: none;
}
input#postnummer1, input#postnummer2, input#gnr, input#bnr {
	width: 40px;
}
input#etasje1, input#etasje2, input#husbokstav, input#gatenummer {
	width: 25px;
}

input#gatenavn {
	width: 130px;
}

div.produktbokser {
	display: none;
}

div#produktbokser h2#tilgjengeligeprodukter {
	margin: 0 0 5px 0;
	padding: 0;
	clear: both;
}

div.produktboks label {
	display: block;
}
div.produktboks h2, div.statusboks h2 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
div.produktboks p, div.statusboks p {
	margin-top: 0.5em;
}
div.produktboks img, div.statusboks img {
	float: right;
	margin-left: 1em;
}
div.produktboks .clear, div.statusboks .clear {
	clear: both;
}

.obligatorisk { background-color: #D3E7E1; }


