/*
*
* Form styles
*
*/

input[type="text"] {
	height: 26px;
}

input.delete,
input[type="reset"],
input[type="submit"] {
	float: left;
}

select {
	height: 26px;
}

option {
	padding: 3px 0;
}

.a21form form textarea {
	width: 219px; 
}


/* Header searchbox */
#searchbox {
	position: static;
	float: right;
	padding-top: 16px;
	width: 100%;
}

#searchbox #searchfield {
	border-radius: 0;
	width: 100%;
}


.tx-comments-comment-form form label {
	float: none;
}


/* Jobs Form */
.jobs form .tx-list-pi-selectorbox > div select {
	margin-bottom: 20px;
}

.tx-list-pi-searchbox .tx-list-pi-searchbox-sword {
	min-width: 151px;	
	width: 50%;
	max-width: 220px;
}

.tx-list-pi-searchbox input[type="submit"] {
	float: none;
	
}

#c7306 .a21form form fieldset {
	height: auto;
	padding-left: 20px;
}

/* sucheingabefelder */

#sucheingabefelder input {
	max-width: 100%;
	width: auto;
}

#myFormId {
	max-width: 100% !important;
}