label {
	display: block;
	float: left;
	width: 165px;
	padding: 5px;
}

fieldset {
	border: 1px solid black;
	padding: 10px;
}

select {
	height: 35px;
}

.errortekst {
	color: red !important;
}
#vpstot {
	width:500px;
	hight: 100px;
	display:block;
	float: right;
	position: relative;
	border: 1px solid black;
	margin-top: 10px;
	margin-right: 10px;
}
.vt_desc {
	padding-left: 10px;
	float: left;
	width: 230px;
}
.vt_cont {
	float: right;
}

#bbestel, #bnext, #bprev {
	float: left;
	display:block;
	width: 150px;
	border: 1px solid black;
	text-align:center;
	padding: 5px;
	margin: 5px 5px 5pc 0px;
	cursor:pointer;
}