table.form {
	border-collapse: collapse;
	border: 0;
}

.form td {
	background: #f0f0f0;
}

table.form tr.label td {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	
}

.form td, form td.label {
	padding: 0.3em 0.3em;
	
}


input.button {
	margin-top: 0;
	padding-top: 0;
	font-size: 10px;
	font-family: Arial, Verdana, sans serif, sans-serif;
}



.checkbox {
	line-height: 90%;
}

/* Hinweistext benoetigte Felder */
.reqnote {
	margin: 0;
	padding: 0;
	font-size: 90%;
	padding-bottom: 5px;
}

/* Markierer benoetigtes Feld (*) */
.freq {
	font-size: 10px;
	color: red;
}

/* Fehlermeldungen */
.form_error
{
	background: #f5f5f5;
	border: 1px solid red;
	padding: 0.2em 0.5em;
	color: red;
	margin-bottom: 5px;
}
	/* Style fur Kennzeichnung Label */
.error {
	font-weight: bold;
	color: red;
}

/* Feldbezeichnung */

div.label, div.input
{
	font-weight: normal;
	margin-bottom: 2px;
}

div.label {
	background: #EDF6FF;
	padding: 0.3em 0;
}

div.input {
	background: #F0F0F0;
}

p.err {
	color: red;
}