/* Allgemein
 *****************************************/
form {
	display:inline;
}

textarea {
	font-size:11px; 
	padding:2px;
	font-family:Verdana, Arial,  Helvetica, sans-serif;
	border-style:solid; border-width:1px; border-color:#666;
	cursor:text;
}
textarea:focus {
	border-style:solid; border-width:1px; border-color:#333333;
}

input {
	font-family:Verdana, Arial,  Helvetica, sans-serif;
	font-size:11px; 
	padding-left:1px;
	border:1px solid #666;
	cursor:text;
	height:16px;
	line-height:16px;
}

input:focus {
	border-style:solid; border-width:1px; border-color:#333333;
}

.input_submit {
	background:#936;
	color:#FFF;
	border:1px solid #000;
	padding:0 5px;
	height:19px;
	line-height:17px;
	cursor:default;
	font-weight:bold;
   overflow:visible;
}

.input_text {
	cursor:text;
	height:17px;
	width:200px;
	line-height:17px;
}

.input_captcha {
	width:77px;
	margin-top:3px;
}

.radioButton,
.checkbox { 
	cursor:pointer; 
	border:none;
	height:14px;
}

select {
	color:#000000; 
	font-size:11px; 
	font-family:Verdana, Arial,  Helvetica, sans-serif;
	font-weight:normal; 
	line-height:17px;
}

.dropDown_direkt_zum_wein {
	color:#000000; 
	font-size:10px; 
	font-family:Verdana, Arial,  Helvetica, sans-serif;
	font-weight:normal; 
	border-style:solid;
	border-width:1px;
	border-color:#666;
	width:148px; 
}

.checkbox { cursor:pointer; }
