#controlPanel  {
	width: 200px; 
	padding: 5px; 
	position: absolute; 
	right: 200px; 
	top: 20px; 
	background-color: #fff; 
	border: 1px solid #ff0000;
	min-height: 120px;
}

#controlPanel a {
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
}

#controlPanel a:hover {
	text-decoration: underline;
}

form {
		margin: 0px;
		}
		
.dataLabel {
	font-weight: bold;
	}
	
.dataField {
		font-weight: bold;
	}
	
.hclass {
		font-size: 10px;
		font-weight: bold;
}

.listNavigation {
	width: 100%;
	margin-bottom: 10px;
}

.listCounter {
	width: 80%;
}

.listAction {
	text-align:right;
	width: 20%;
}
