@charset "utf-8";
/* CSS Document */

fieldset {
	border:1px dotted #86a4b5;
	padding:0 0.8em 0.5em 0.8em;
	margin-bottom:0.8em;
	}

form fieldset legend {
	padding:0.2em 0.5em;
	margin:0.5em 0;
	background-color:#c7e6f6;
	}

form p label {
	float:left;
	width:12em;
	}		

form p {
	clear:left;
	border-bottom:1px solid #c7e6f6;
	padding-bottom:0.2em;
	margin:0pt 0pt 0.2em;
	position:relative;
	}

form input, form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	}	
	
form input, form select {
	width: 12em;
	}

form .leer {
	display:none;
	}

form textarea {	
	width:24em;
	}		
	
form .schmal {
	width: 3em;
	}	

label.error {
	color:red;
	float:none;
	padding-left:0.5em;
	font-size:0.8em;
	}	
input.error {
	display:inline;
	background-color:#FF9B9B;
	}	

