body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
}
td {
	font-size: 1em;
}
input, select, button {
	font-size: 1em;
}
.login {
	background-color: #FF8844;
	text-align: center;
}
select, input { font-size: 1.3em}
.go {
	background-color: green;
	color: yellow;
	font-size: 1em;
	text-align: center;
}
.badge_id {
	font-size: 1em;
}
.stop {
	background-color: red;
	color: yellow;
	font-size: 1em;
	text-align: center;
}
.wait {
	background-color: lightYellow;
	color: #995555;
	font-size: 1em;
	text-align: center;
}
.alert {
	background-color: yellow;
	color: #000000;
	font-size: 1em;
	text-align: center;
}
.message {
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}
a {
	background-color: #DDDDDD;
}
.detail {
	font-weight: bold;
	font-size: 120%;
}