html, body, div, ul {
	margin: 0;
	padding: 0;
}
body {
    color: #262626;
	background: #f4f4f4;
	font: normal 12px/18px Verdana, sans-serif;
}
#content {
	width: 400px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
	box-shadow: 0px 0px 10px #cbcbcb;
}
h1 {
	margin: 30px auto 25px auto;
	text-align: center;
	font-size: 22px;
}
li { margin-bottom: 6px }
table {
	font-size: 12px;
	width: 100%;
	margin: 15px 0 10px 0;
	border-collapse: collapse;
}
table td {
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
	text-align: center;
	vertical-align: middle;
	height: 25px
}
table tr:last-child td { border-bottom: none }
table tr td:first-child, table tr td:last-child {
	border-left: none;
	border-right: none;
}
table tbody tr:hover td { background-color: #eee }
table tfoot td { border-bottom: none }
.sep { font-size: 16px }
.new td { border-top: 2px solid #aaa }
a > img { border: 0 }