@import "common.css";

/* ----- list CSS ----- */
table#usr {
	width				: 100%;
	border				: 0;
}

table#usr th {
	padding				: 5px;
	background			: #999;
	font-weight			: bolder;
}

table#usr td {
	padding				: 5px;
	background			: #eee;
}
