form {
	margin: 0px;
	padding: 0px;
}

.input_text, .input_middle_text, .input_middle-short_text, .input_short_text, .input_very_short_text, textarea, select.input_text, select.input_middle_text, select.input_middle-short_text, select.input_short_text, select.input_very_short_text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

select.input_text, select.input_middle_text, select.input_middle-short_text, select.input_short_text, select.input_very_short_text {
	height: 20px;
}

.input_text {
	width: 300px;
}

.input_middle_text {
	width: 200px;
}

.input_middle-short_text {
	width: 145px;
}

.input_short_text {
	width: 100px;
}

.input_very_short_text {
	width: 50px;
}

textarea {
	width: 300px;
	height: 108px;
}

.required {
	font-size: 10px;
	color: red;
}

.disable {
	font-size: 10px;
	color: #999999;
}

input.button {
	background-color: white;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	color: #758b0f;
	font-weight: bold;
	height: 20px;
	margin: 0px;
	padding: 0px;
	width: auto;
}