@charset "utf-8";
/* CSS Document */

@import "layout.css";
@import "standard.css";

/* System style */

input, select, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	border: 1px solid silver;
}

input:focus, select:focus { border: 1px solid #0073ea; background: #FDFDFD; }

button {
	font-size: 10pt;
}

input.button {
	padding: 0.4em 1em;
	font-weight: bold; 
	border: 1px solid silver;
	background-color: #f6f6f6;
	color: #0073ea;
	cursor: pointer;
}
input.button:hover {
	background-color:#0073EA;
	color: #FFF;
}