
/* Login Submit
 *****************************************/
.submit_button,
.submit_button:focus {
	border:none;
	padding:0;
	cursor:default;
	width:22px; 
	height:22px;
	margin-left:3px;
	float:left;
}

.username_input {
	width:145px;
	height:18px;
}

.password_input {
	float:left;
	width:120px;
	margin:0;
	height:18px;
}


/* Allgemein
 *****************************************/
form {
	display:inline;
}

textarea {
	font-size:11px; 
	padding:2px;
	font-family: Verdana, Helvetica, sans-serif;
	border-style:solid; border-width:1px; border-color:#999999;
	cursor:text;
}
textarea:focus {
	border-style:solid; border-width:1px; border-color:#333333;
}

input {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	/*padding:2px; */
	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 #000000; 
	background-color:#DDDDDD; 
	cursor:pointer;
}

.radioButton { cursor:pointer; }

.dropDown {
	color:#000000; 
	font-size:11px; 
	font-family: 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: Verdana, Helvetica, sans-serif;
	font-weight:normal; 
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	width:148px; 
}

.checkbox { cursor:pointer; }
