@charset "utf-8";
/* CSS Document */

.input_login {
	width: 300px;
	height: 38px;
	FONT-FAMILY: Arial;
	COLOR: #000000;
	FONT-SIZE: 16px;
	border: 1px #666 solid;
	padding-left: 5px
}

.input_logout {
	width: 150px;
	height: 18px;
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	background-color: #b3ee00;
	border: #000 solid 1px;
	text-align: center;
}

.input_admin_listen {
	width: 150px;
	height: 18px;
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	background-color: #999999;
	border: #000 solid 1px;
}
.input_admin_listen_klein {
	width: 50px;
	height: 18px;
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	background-color: #999999;
	border: #000 solid 1px;
}
.input_normal {
	width: 250px;
	height: 24px;
	font-family: Verdana;
	font-size: 14px;
	color: #000;
	background-color: #ccc;
	border: #000 solid 1px;
	padding-left:10px;
}
.input_normal_klein {
	width: 70px;
	height: 24px;
	font-family: Verdana;
	font-size: 14px;
	color: #000;
	background-color: #ccc;
	border: #000 solid 1px;
	padding-left:10px;
}
.input_normal_button {
	width: 250px;
	height: 24px;
	font-family: Verdana;
	font-size: 14px;
	color: #000;
	background-color: #b3ee00;
	border: #000 solid 1px;
	text-align: center;
}
.input_normal_text {
	width: 300px;
	height: 50px;
	font-family: Verdana;
	font-size: 14px;
	color: #000;
	background-color: #ccc;
	border: #000 solid 1px;
	padding-left:10px;
}
.input_normal_button_klein {
	width: 70px;
	height: 24px;
	font-family: Verdana;
	font-size: 14px;
	color: #000;
	background-color: #b3ee00;
	border: #000 solid 1px;
	text-align: center;
}
.input_klein_button {
	width: 70px;
	height: 18px;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	background-color: #b3ee00;
	border: #000 solid 1px;
	text-align: center;
}
.input_klein {
	width: 70px;
	height: 18px;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	background-color: #ccc;
	border: #000 solid 1px;
	text-align: center;
}
.input_klein_lang {
	width: 300px;
	height: 18px;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	background-color: #ccc;
	border: #000 solid 1px;
	padding-left:10px;
}