.searchFormBox {
	padding: 20px;
//	padding: 1px 10px;
	background: 	#DADCE8;
	font-family: Arial;
	font-size: 13px;
}
.listevisning {
	font-family: Arial;
	font-size: 13px;
	line-height: 16px;
	color: #7682A6;
	margin-bottom: 30px;
}
.sok {
	position: relative;
	top: 5px;
}
dt a, dt a:visited {
	color:#E2001A;
/*	color: #7682A6;*/
	text-decoration: none;
}
dt a:hover {
	text-decoration: underline;
}
.searchFormBox a, .searchFormBox a:visited {
	color: #7682A6;
	text-decoration: none;
}
.searchFormBox a:hover {
	text-decoration: underline;
}
.highlight {
	font-weight: bold;
}
.horizontalMenu {
	height:17px;
	margin:0pt;
	width:460px;
}
.horizontalMenu li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0px 10px;
	text-align:center;
}
.previousResult {
	float: left;
}
.nextResult {
	float: right;
}
dd {
	margin: 0px 15px;
}