.columnleft {
	float: left;
	width: 49%;
	margin-bottom: 0.5em;
}
.columnright {
	float: right;
	width: 49%;
	margin-bottom: 0.5em;
}
.label {
	float: left;
	width: 11em;
	padding: 0.5em;
	font-weight: bold;
	font-size: 1em;
	margin-left: 0px;
	color: #000000;
	background-color: #ccff42;
	font-family: arial;
	text-decoration: none;
	text-align: left;
}

.labelintra{
	float: left;
	padding: 0.5em;
	font-weight: bold;
	font-size: 1em;
	margin-left: 0px;
	color: #000000;
	background-color: #ccff42;
	font-family: arial;
	text-decoration: none;
	text-align: left;
}



/* Indien .divborder wordt aangepast, moet het ook in ListRender.js aangepast worden. */

.divborder {
	margin-top: 5px;
	border: 1px dotted #000066;
	background: #fff; /* WMA: IE fix; zonder dit wordt de border verkeerd gerendered */
}

.divborderintra {
	margin-top: 5px;
	border: 1px dotted #686663;
	background: #fff; /* WMA: IE fix; zonder dit wordt de border verkeerd gerendered */
}


.newline {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#divResultsWrapper {
	display: none;
	border: 1px dotted black;
	position: absolute;
	width: 600px;
	height: 300px;
	top: 322px;
	left: 165px;
	background: #fff;
	overflow: hidden;
	padding: 8px;
}

#divResultsWrapper a#close {
	display: block;
	position: absolute;
	bottom: 8px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #ccff42;
}

#divResults {
	overflow: auto;
	height: 260px;
}
