fieldset {
	background: #234a62;
	border: none;
	color:#FFFFFF;
	margin-top:20px;
	padding:15px;
}
legend {
	font-weight: bold;
	color: #FFFFFF;
	background: #234a62;
	padding:3px;
	font-size: 15px;	
}

label {
	display: block;
	color:#FFFFFF;
}

form div {
	display: block;
}

/* Alle Zeilenumbrüche in Formularen auswählen */
form br { 
	/* das floating der labels und inputs aufheben */
	clear: left; 
}

/* den Submit-Button */
input#submit { 
 	float: none;
 	width: auto;
}

div fieldset.radiogroup {
	background: #FFFFFF;
}

fieldset div {

}

select {
	font-size: 12px;
}

.regsubmit {
	padding: 15px;
}

fieldset #capture {
	display: block;
}

#QF_CAPTCHA_captcha_question {
	border: 0px;
	display: block;
}
#search input[type=text], #search select {
width:340px;
margin: 5px;
}
#search_smallform input[type=text], #search_smallform select{
width:150px;
margin: 5px;
}
input[type=submit]:hover {
cursor: pointer;
background:#234A62;
color:#FFFFFF;
}