
/* CSS Document: Meldingen */

/* Error kleuren */
input.error,textarea.error{border:1px solid red!important;background:#ffe5ea;}

input.text medium{
	float:left;
	width:121px;
	height:20px;
	
	margin-right:10px;
	
	font-size:medium;
}
#holder-gegevens .row input{
	float:left;
	width:121px;
	height:20px;
	
	margin-right:10px;
	
	font-size:medium;
}
#holder-gegevens .row input .text_medium{
	float:left;
	width:25px;
	height:20px;
	
	font-size:medium;
}

#holder-gegevens .row input#label{
	float:left;
	width:25px;
	height:20px;
	
	margin-right:10px;
	
	font-size:medium;
}
#holder-gegevens .row input#label.bezorg{
	width:121px !important;
}


input.error{
	float:left;
	width:121px;

	margin-right:10px;
	padding-top:1px !important;
	padding-bottom:1px !important;
	
	height:18px !important;
	
	font-size:small;
}

p.error{
	font-style:italic;
	float:left;
	width:121px;
	height:20px;
	
	font-size:medium;
	bottom:2px;
	}

/* Meldingiconen */
.icon_neutral, .icon_passed, .icon_error{
	position:relative;
	float:left;
	width:11px;
	height:11px;
/*	margin:6px 0 0 20px;*/
	margin:0;
	padding:0;
	
	margin-left:10px;
	margin-top:5px;
}
.icon_neutral{background:url('validate_img/neutral.png') no-repeat}
.icon_passed{background:url('validate_img/passed.png') no-repeat}
.icon_error{background:url('validate_img/error.png') no-repeat}


#fie_geslacht{
	float:left;
}

