input, textarea, select {
	font-family: Arial, sans-serif;
}

fieldset {
	float: left;
}

p.error_msg, h3.error_msg {
	color: #f33;
	padding: 5px 0px;
}

p.error_text_310, p.error_text {
	color: #f33;
	padding: 0px 5px 10px 3px;
}

form.formclass {
	clear: both;
	padding: 0 0 10px 0;
}

form p {
	clear: both;
	padding: 0 0 10px 0;
}

form p.light {
	color: #999;
	padding: 10px 0 0px 5px;
}

form p.light_small {
	color: #999;
	padding: 5px 0 0px 0px;
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
}

form h3 {
	color: #f33;
	padding: 0 0 8px 0;
}


form table td {
	vertical-align: top;
	padding: 0 10px 10px 0;
}

form table td td {
	vertical-align: top;
	padding: 0 10px 5px 0;
}

.formclass_helfen .input_select {
	width: 130px;
}

.formclass input[type="text"], .formclass .input_text {
	width: 120px;
}

.formclass input[type="text"].price_input {
	width: 80px;
}

.formclass_upload input[type="text"] {
	width: 200px;
}

.formclass_wide input[type="text"] {
	width: 300px;
}

.formclass textarea {
	width: 110px;
	height: 65px;
}

.formclass_wide textarea {
	width: 290px;
	min-height: 200px;
}

.formclass_wide td {
	vertical-align: middle;
}

.formclass_upload td {
	vertical-align: top;
}


.formclass_wide table p {
	padding: 0;
}

.input_submit {
/* 	margin: 0 0 0 100px; */
}


.checkboxset {
	line-height: 30px;
	display: block;
	float: left;
}

.checkboxset .input_checkbox {
	float: left;
}


#sitesearch {
	padding: 0 0 40px 0;
	width: 261px;
	height: 51px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}

#sitesearch_white {
	width: 261px;
	height: 51px;
	overflow: hidden;
	display: block;
	padding: 0 0 20px 0;
}

.sitesearch-input {
	float: left;
	width: 200px;
/* 	height: 35px; */
	font-size: 1.2em;
	line-height: 24px;
	padding: 16px 5px 8px 5px;
	margin: 0;
	display: block;
	background: transparent url('../gfx/background_sidebar_search_input.png') top left no-repeat;
	color: #333;
	border: none;
}

#sitesearch_white .sitesearch-input {
	float: left;
	width: 200px;
/* 	height: 35px; */
	font-size: 1.2em;
/* 	line-height: 51px; */
	padding: 18px 5px 6px 5px;
	display: block;
	background: transparent url('../gfx/background_search_input_white.png') top left no-repeat;
	color: #333;
	border: none;
}

.sitesearch-submit {
	float: left;
	width: 51px;
	height: 51px;
	display: block;
	background: transparent url('../gfx/background_sidebar_search_submit.png') top left no-repeat;
	color: #333;
	border: none;
	cursor: pointer;
}

#sitesearch_white .sitesearch-submit {
	float: left;
	width: 51px;
	height: 51px;
	display: block;
	background: transparent url('../gfx/background_search_submit_white.png') top left no-repeat;
	color: #333;
	border: none;
	cursor: pointer;
}