body {
	font-family: sans-serif, Arial, Helvetica;
}	
table {
	font-size: 12px;
}
div {
	font-size: 12px;
}
input {
	border: 1px solid #000;
	font-size: 11px;
	padding: 2px 4px;
}
td {
	vertical-align: top;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

textarea {
	border: 1px solid #000;
	font-size: 11px;
	padding: 2px 4px;
	width: 300px;
	height: 70px;
}
div.form {
	float: left;
	margin: 5px 20px 0 10px;
}
div.list {
	float: left;
	position: absolute;
	top: 50px;
	left: 10px;
}
.list table {
	border: 1px solid #000;
	border-collapse: collapse;
}
.list td {
	padding: 3px 20px;
}
.header {
	background-color: #d7d7d7;
	border-bottom: 1px solid black;
}
.new {
	width: 100%; 
	text-align: left;
	padding-bottom: 4px;
}
.page_heading {
	font-size: 22px;
}