/* Allgemein
 *****************************************/
form {
	display:inline;
}

input,
select,
option,
textarea {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	border-style:solid; border-width:1px; border-color:#999999;
	cursor:default;
}

.captcha_text {
	margin-top:5px;
	width:77px;
}

textarea {
	padding:2px;
	cursor:text;
}
textarea:focus {
	border-style:solid; border-width:1px; border-color:#333333;
}	
	
#search_form {
	height:20px;
	line-height:20px;
}

input {
	padding-left:1px;
	border:1px solid #999999;
	cursor:text;
}

input:focus {
	border-style:solid; border-width:1px; border-color:#333333;
}

input.submit {
	border:1px solid #999;
	cursor:default;
}

.radioButton,
.checkbox { 
	cursor:pointer;
	border:none;
}

.dropDown {
	color:#000000; 
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal; 
	border-style:solid;
	border-width:1px;
	border-color:#999999; 
}

.dropDown_direkt_zum_wein {
	color:#000000; 
	font-size:10px; 
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal; 
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	width:148px; 
}

/* Projekt Spezifisch */
.submit_button,
.submit_button:focus {
	border:none;
	padding:0;
	cursor:default;
	width:18px; 
	height:18px;
	margin-left:3px;
	float:left;
}

.search_input {
	float:left;
	width:100px;
	margin:0;
	height:16px;
	font-size:11px;
}
