#searchform input.InputForm{
	background-color: transparent;
	color: #eeeeee;
	border: 1px solid #888888;
	font-family: monospace;
	font-size: smaller;
	padding: 2px 0px 2px 5px;
	display: block;
	float: left;
	width: 80px;
	margin: 3px 2px 3px 0px;
}
#searchform input.ButtonFormSubmit{
	background-color: transparent;
	color: #eeeeee;
	background-image: url("../pic/button_form_submit_01.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	width: 26px;
	height: 18px;
	margin: 3px 0px 3px 0px;
}
#searchform input.ButtonFormSubmit:hover{
	background-position: -26px top;
	cursor: pointer;
}
#loginform input.InputForm{
	background-color: #686868;
	color: #000000;
	border: 1px solid #000000;
	font-family: monospace;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 10px;
}
#loginform input.ButtonFormSubmit{
	background-color: transparent;
	color: #eeeeee;
	background-image: url("../pic/button_form_submit_form_01.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	width: 26px;
	height: 18px;
	margin: 3px 3px 3px 0px;
}
#loginform input.ButtonFormSubmit:hover{
	background-position: -26px top;
	cursor: pointer;
}
#loginform input.ButtonFormReset{
	background-color: transparent;
	color: #eeeeee;
	background-image: url("../pic/button_form_reset_form_01.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	width: 26px;
	height: 18px;
	margin: 3px 3px 3px 0px;
}
#loginform input.ButtonFormReset:hover{
	background-position: -26px top;
	cursor: pointer;
}
.adminform input.ButtonFormSubmit{
	background-color: transparent;
	color: #eeeeee;
	background-image: url("../pic/button_form_submit_02.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	width: 54px;
	height: 32px;
	margin: 3px 3px 3px 0px;
}
.adminform input.ButtonFormSubmit:hover{
	background-position: -54px top;
	cursor: pointer;
}
.adminform input.ButtonFormReset{
	background-color: transparent;
	color: #eeeeee;
	background-image: url("../pic/button_form_reset_02.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	width: 54px;
	height: 32px;
	margin: 3px 3px 3px 0px;
}
.adminform input.ButtonFormReset:hover{
	background-position: -54px top;
	cursor: pointer;
}
.adminform input.InputForm, .adminform select.InputForm,.adminform textarea.InputForm{
	background-color: #e5e5e5;
	color: #002f00;
	border: 1px solid #33482e;
	font-family: monospace;
	padding: 2px 5px 2px 5px;
}
div.MsgFormError{
	font-family: monospace;
	color: #aa0000;
	background-color: #c5c5c5;
	padding: 5px;
	margin: 0px 0px 30px 0px;
	border: 1px solid #002f00;
}