/* Fieldset */
fieldset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 10px;
	border:1px solid #333333;
	width:600px;
	padding-left:3px;
	padding-right:3px;
	padding-top:15px;
	padding-bottom:15px;
}
legend {
	border:1px solid #333333;
	font-weight:bold;
}


form {
	font-size: 10px;
}
form table{
	border:0px;
	padding:0px;
	spacing:0px;
	width: 480px;
	text-align:left;
}
form tr,td {
	color:#333333;
}

/*Tabelle*/
fieldset table {
	border:0px;
	padding:0px;
	spacing:0px;
	width: 480px;
	text-align:left;
}

tr .error_text{
	color:#ffffff; 
	font-size:12px;
	line-height:16px;
}
tr .headline {
	font-size: 12px;
	font-weight: bold;
	color: #933434;
	padding-bottom: 1px;
	border-bottom: 1px solid #933434;
}
tr .headline_white {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 1px;
	border-bottom: 1px solid #ffffff;
}

select {
	height:19px;
}

input{
	width:190px;
}
textarea {
	width:100%;
}

.radio {
	width: 20px;
	border: none;
}
.checkbox {
	width: auto;
	height: auto;
	border: none;
}
.button{
	font-size:10px;
	font-weight:normal;
	width: 100px;
}

.felder {
	color: #464646;
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 10px;
	line-height: 13px;
}

.error_field{
	color:#ffffff;
	background-color: #933434;
}