@media screen {
.input, .input_hover, .input_focus, .input_error {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#444444;
	border:1px;
	border-style:solid;
	border-top-color:#aaa;
	border-left-color:#aaa;
	border-right-color:#ccc;
	border-bottom-color:#ccc;
	padding:2px;
}
.input {
	background-color:#fff;
}
.input_hover {
	background-color:#f0f0f0;
}
.input_focus {
	background-color:#f0f0f0;
}
.input_error {
	background-color:#fff;
}

.button, .button_hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#333;
	border:1px;
	border-style:solid;
	border-top-color:#eee;
	border-left-color:#eee;
	border-right-color:#999;
	border-bottom-color:#999;
	cursor:pointer;
	padding:2px;
}
.button {
	background-color:#ddd;
}
.button_hover {
	background-color:#ccc;
}
.search_input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9D9D9D;
	border:1px;
	border-style:solid;
	border-color:#CECECE;
	padding:1px;
}
.search_submit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9D9D9D;
	border:0px;
	padding:1px;
	background-color:#fff;
	cursor:pointer;
	width:37px;
}
.signature {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	border-color:#000;
	border-style:solid;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	padding:2px;
}
}