body, div, p, td, th, input, select, textarea, button
{
	font-size: 11px;
	font-family: verdana;
}

body table
{
	margin: auto;
	margin-top: 100px;
}
table table
{
	margin-top: 0;
}

label
{
	font-weight: bold;
}

input
{
	background: #eee;
	border-bottom: 2px solid #eee;
	border-right: 2px solid #eee;
	border-left: 2px solid #888;
	border-top: 2px solid #888;
	padding: 2px;
	color: #000;
}

button, select
{
	color: #BA2422;
	background: #ccc;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
	padding: 2px;
}

h1
{
	color: #BA2422;
	font-size: 17px;
}