 
body {
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	text-align:center;
	background-color:#ededed;
	width: 100%;
    height: 100%;
    overflow: hidden;
	}
.clr {
	clear:both;
	}		

#wrapper {
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
	text-align:center;
	}	
	
	


#loginform {
	display: block;
	width: 400px;
	border: 1px solid #1a5394;
	margin: 0 auto;
	text-align:center;
	}
.inlogform {
	display: block;
	margin: 30px;
	}

	
#loginheader {	
	display: block;
	background-image:url(../img/logo.jpg);
	width: 400px;
	height: 100px;
	margin: 0 auto;
	background-color:#1a5394;
	color: #FFFFFF;
	font-size: 24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}	
.formfield {
	display: block;
	width: 150px;
	}	
.button {
	display: block;
	width: 80px;
	height: 25px;
	padding-top: 2px;
	font-size:12px;
	font-family:Verdana;
	font-weight: bold;
	border: 1px solid #000000;
	background-color:#CCCCCC;
	text-align:center;
	}	
.deselected {
	color:#666666;
	margin: 25px;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	}	
#ingelogd_als		
	{
	clear:both;
	display: block;
	height: 11px;
	padding-top:1px;
	margin-top: 5px;
	margin-bottom: 5px;
	border:1px dotted #cccccc;
	font-size:10px;
	text-align:right;
	}


/* box met afgeronde hoeken */
.cornerBox { position: relative; background: #ffffff; width: 100%; }
.corner { position: absolute; width: 10px; height: 10px; background: url('../img/corners.gif') no-repeat; font-size: 0%; }
.cornerBoxInner { padding: 30px; text-align:left; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }


/* grijze inlog box met 1 pixel randje */
.rand_top {
	background-image:url(../img/rand_top.gif);
	background-repeat: repeat-x;
}
.rand_bottom {
	background-image:url(../img/rand_bottom.gif);
	background-repeat: repeat-x;
}
.rand_links {
	background-image:url(img/rand_links.gif);
	background-repeat: repeat-y;
}
.rand_rechts {
	background-image:url(img/rand_rechts.gif);
	background-repeat: repeat-y;
}
.inlog_content {
	background-color:#eeeeee;
	padding:20px;
}
			
/* text filed stules */
input.text_field {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #DDDDDD;
font-size:18px;
margin:0;
padding:8px;
width:200px;
}
input.text_field:focus {
background-color:#FAFAFA;
border-color:#AAAAAA;
}

input.text_field_org {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #DDDDDD;
font-size:14px;
margin:0;
padding:6px;
margin-top:1px;
margin-bottom: 1px;
}
input.text_field_org:focus {
background-color:#FAFAFA;
border-color:#AAAAAA;
}

.error_field {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:1px solid #DDDDDD;
	font-size:14px;
	margin:0;
	padding:6px;
	margin-top:9px;
	margin-bottom: 9px;
	background-color: #fac8c7;
}
.error_label {
	color: #F00;
}
		
	
