@CHARSET "UTF-8";
input.nforms {
	display: none;
}
input.notbutton {
	background: none;
	border: 0;
	color: darkred;
	cursor: pointer;
}
input.notbutton:hover {
	color: firebrick;
}