@charset "utf-8";
/* CSS Document 
				
	In opdracht van				: Ebbingekwartier	
	Design 						: VanderLoo-Design.nl
	Logo & illustraties			: Raspberry
	Code & functionaliteiten	: Alwinus.nl 
	
	Updated: 26 januari 2010
	
	ebbingeci.nl
	Groningen 2010
	| © 2010 Brug7|
				
	Kleurcodes

–––––––––––––––––––––––––––––––––––––––---------–––––––––*/ 

#registreer-form{
	background-color:#EEEEEE;
	margin-left:161px;
	padding:20px 20px 80px 20px;
	width:500px;
}

	#registreer-form p{
		margin-bottom:30px;
		width:400px;
	}

	#registreer-form input, select{
		border:#999 1px solid;
	}

input[type="submit"]{
	border: 2px outset #d7b9c9;
	color:#231f20;
	width:75px;
}

td.formlabel, td.forminput {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	vertical-align:top;
}

td.formlabel{
	width:175px;
}

span.required_field {
	color:red;
	font-weight:bold;
}

p.melding{
	color:#F00;
	font-size:12px;
	font-weight:bold;
}

input#verstuur_user {
	background: url(/images/knoppen/knop_opslaan.png) left top no-repeat;
	border :0px;
	width:100px;
	height:16px;
	cursor: pointer;
}

span.remark {
	font-size:9px;
}

.info{
	background-color:#ffffff;
	border:2px solid #6BAED8;
	margin-left:160px;
	margin-top:-20px;
	min-height:100px;
	padding:15px;
	z-index:10;
}

	.forminput img{
		margin-left:20px;
	}


