#Aantalloten {
  padding-right: 0px !important;
  float: none;
}

div.error {
	font-weight:bold;
	color:red;
	padding-bottom:5px;
}

fieldset.error:hover {
	background-color:#FFCCCC;
	border-color:#FF0000;
}

fieldset.error {
	background-color:#FFCCCC;
}

.errorMessage {
	color:#FF0000;
	width:335px;
	float:right;
}

/* TOOLTIP */

.tooltiptop { 
	width: 221px; 
	height: 11px;
	}

.tooltipcontent {
	width: 201px;
	font-size: 11px;
	line-height:15px;
	padding: 0px 10px 0px 10px;
	text-align: left;
	background: url(/static/sblpresentation/images/tooltip_content.gif) repeat;
	}

.tooltipbottom { 
	width: 221px;
	height: 33px;
	}

#spmTooltip { position: absolute; display: block; left: 0px; top: 0px; visibility: hidden; z-index: 345; }