/*Text inputs*/
input {
	width:200px;
	border:1px solid #cccccc;
	color:#444444;
}

.textarea {
	width:400px;
	height:150px;
	border:1px solid #444444;
	color:#444444;
}

.checkbox {
	width:13px;
}

label {
	font-weight:normal;
	font-size:12px;
}

.required {
	color:red;
}

.tx-srfeuserregister-pi1-radio {
	width:20px;
}


/*Submit*/
.submit {
	padding:2px 2px 2px 2px;
	height:auto;
	width:auto;
  	background-image:none;
  	border:1px solid #b2b4bc;
  	background-color:#f4f4f4;
}

/*SUCHE PAGE HEADER*/

.search input {
	width:195px;
	height:15px;
	background-color:#ffffff;
	border:1px solid #444444;
	font-size:12px;
}

.search .submit {
	width:auto;
	height:auto;
	padding: 2px 2px 1px 2px;
	font-weight:bold;
}



