/* ----------------------------------------------------------------- */	
/* Forms */
	
label,input,textarea {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
input {
	height:16px;
	}
label {
	text-align: right;
	width: 165px;
	padding-right: 20px;
	font-size:11px;
}
.labelleft {
	text-align:left;
	width:100px;
	}
	
.birthday1 {
	width:57px;
	margin-right:10px;
	}
.birthday2 {
	width:60px;
	}

form {
	font-size:11px;
	}
form br {
	clear: left;
}
form a {
	text-decoration: none;	
	}
form a:hover {
	text-decoration: underline;	
	}
		
.noformwidth {
	width:16px;
	border:0px;
}

.formmessage {
	/* style van text bij formelement wanneer verborgen */
	display: none;	
	}
.formmessage_active {
	/* style van text bij formelement wanneer getoond */
	margin-left:10px;
	color:#FF0000;
	font-size:11px;
	}
#notice {
	background-color:#FFF; 
	padding:5px;
	border:1px solid;
	font-size:11px;
	color: #CC0000;
	margin:10px;
	}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #2d6981;
	padding-left:1px;
	}
select {
	width: 200px;
	}

.bluebutton {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../img/bluebutton.gif);
	background-repeat:no-repeat;
	width:79px;
	height:20px;
	border:0px;
	color: #FFFFFF;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	}
	
.formhidden {
	display:none;
	}