@charset "utf-8";
body {
	font-family:Verdana, Geneva, sans-serif;
}
a.user {
	display:inline-block;
	background:#C80000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	box-sizing:border-box;
	color:#FFFFFF;
	border:1px solid #C80000;
	margin:0;
	padding:3px;
	text-decoration:none;
}
input, select {
	font-family:Verdana, Geneva, sans-serif;
}
red {
	color:red;
}
green {
	color:green;
}
a.tab {
	display:inline-block;
	text-align:center;
	background:#C80000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	box-sizing:border-box;
	color:#FFFFFF;
	border:1px solid #C80000;
	margin:0;
	padding:0 4px;
	min-width:40px;
	height:20px;
	text-decoration:none;
}
