
/* CSS Document: Meldingen */

/* Error kleuren */
input.error,textarea.error{border:1px solid red!important;background:#ffe5ea;}
p.error{font-style:italic;font-size:.7em;;position:relative;bottom:2px;}

/* Meldingiconen */
.icon_neutral,
.icon_passed,
.icon_error{
	width:11px;
	height:11px;
	margin:6px 0 0 20px;
}
.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}


#verzenden_form{
	position:relative;
	
	margin:0;
	padding:0;
	
	border:none;
	
	left:5px;
	width:130px;
	height:20px;
	padding:2px;
	
	background-image:url(images/background-submit.jpg);
	background-color:transparent;
	background-repeat:no-repeat;
}

