body {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 12px;
	width: 600px;
	margin: 100px auto 10px auto;
}
#header {
	background-image: url(images/header-2.gif);
	height: 24px;
}
#wrapper {
	width: 580px;
	margin-left: 10px;
}
#title {
	background-image: url(images/title.gif);
	display: block;
	width: 127px;
	height: 13px;
	margin: 8px 0px 4px 4px;
	cursor: pointer;
}
#urls {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 11px;
	border: 1px solid;
	border-color: #666666 #CCCCCC #CCCCCC #666666;
	background-color: #F5F5F5;
	width: 576px;
	padding: 2px;
	margin: 0px 0px 4px 0px;
}
#submit {
	background-image: url(images/grade.gif);
	width: 60px;
	height: 18px;
	border: 0px;
	cursor: pointer;
}
#loading {
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 16px;
	margin-top: 20px;
	display: none;
}
.item {
	margin-top: 6px;
}
.item a {
	display: block;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #D9F0FF;
	padding: 4px;
	margin-bottom: -1px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.item a .right {
	float: right;
	font-weight: normal;
}
.grade {
	text-align: right;
	margin: 5px 5px 5px 0px;
}
#footer {
	text-align: center;
	margin: 10px;
}

