/* FORMULARFELDER */
form p {
/* 	height: 20px; */
	float: left;
	clear: left;
}

select {
	width: 150px;
	height: 20px;
	padding: 2px;
}

label {
	width: 100px;
	display: block;
	line-height: 20px;
	float: left;
}

label.small {
	width: 75px;
}

label.label_radio {
	clear: right;
	float: left;
	padding: 0 0 0 5px;
}

input[type="text"], input.input_text {
	width: 140px;
	height: 12px;
	padding: 4px 5px;
	background: transparent url('../gfx/input_150.jpg') top left no-repeat;
	color: #000;
	border: none;
	display: inline;
}

textarea {
	width: 290px;
	height: 64px;
	padding: 4px 5px;
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
	display: inline;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

select {
	width: 150px;
/* 	height: 20px; */
/* 	padding: 0px 0px 0px 5px; */
	background: #fff;
	color: #000;
	display: inline;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

select.input_select_multiple {
	height: 64px;
	border: 1px solid #ccc;
	display: inline;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

form .radioset {
/* 	display: inline; */
	float: left;
	padding: 0px 0px 5px 0px;
}

form .checkboxset {
	float: left;
	padding: 0px;
}

input[type="radio"], input.input_radio {
	display: inline;
	float: left;
}

input[type="checkbox"], input.input_checkbox {
	display: inline;
	margin: 0 10px 0px 0;
}

input[type="submit"], input.input_submit {
	width: 75px;
	height: 20px;
	line-height: 20px;
	background: transparent url('../gfx/submit_75.png') top left no-repeat;
	color: #fff;
	border: none;
	display: inline;
}

input[type="submit"]:hover, input.input_submit:hover {
	background: transparent url('../gfx/submit_75_hover.png') top left no-repeat;
}

input[type="submit"].search_submit, input.search_submit {
	width: 20px;
	height: 20px;
	padding: 0;
	background: transparent url('../gfx/submit_search.png') top left no-repeat;
	color: #fff;
	border: none;
	display: inline;
}


input[type="submit"].search_submit:hover, input.search_submit:hover {
	background: transparent url('../gfx/submit_search_hover.png') top left no-repeat;
	cursor: pointer;
}

#content .error_text, #content .error_text_180, #content .error_text_310 {
	font-weight: bold;
	color: #C00020;
}