.LTerror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	
}

.err_message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D1553;
	background-color: #E6FFD4;
	width: 400px;
	border: 1px solid #006633;
	padding: 10px 10px 10px 35px;
	background-image: url(../images/ico_error.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}

.err_center {
  position: absolute;
  height: 300px;
  width: 400px;
  top: 30%;
  left: 50%;
  margin-top: -150px; /* de helft van je height */
  margin-left: -200px; /* de helft van je width */
  /*float: right;*/
}

.err_options{
	position:absolute;
	top: 5px;
	right: 5px;
	display: inline;
}

.errA:visited 
{
text-decoration: none;
color: #0D1553;
}
.errA:link 
{
text-decoration: none;
color: #0D1553;
}
.errA:hover
{
text-decoration: none;
color: #FF0000;
}

.err_info{
font-size: 11px;
color: #0D1553;
font-style: italic;
}

