html {
	background: url('../images/main-bg.png') repeat;
}
body {
	background: url("../images/grp_logo.png") transparent no-repeat;
	margin: -25px 0 0 0;
	color: #333;
}
h1 {
	text-align: center;
	margin-bottom: 75px;
}
#container {
	margin: 0 auto;
	width: 75%;
}
table, form {
	margin: 0 auto;
	width: 80%;
	text-align: center;
}
.section {
	width: 150px;
	margin: 0 auto;
}
.section input, .section select {
	width: 140px;
}
form .label {
	display: none;
	padding: 0 30px 0 35px;
}
hr {
	width: 500px;
}
.divider {
	border: 2px solid #599640;
	margin: 20px 0;
}
table.hovertable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #555;
	border-collapse: collapse;
}
table.hovertable th {
	background-color:#599640;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #555;
}
table.hovertable tr {
	background-color:#f3f3f3;
}
table.hovertable tr:hover {
	background-color:#ffffb5;
}
table.hovertable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #555;
}
table.hovertable tfoot tr, table.hovertable tfoot td {
	border: none;
	background: none;
	position: relative;
	top: 50px;
}
#submit {
	width: 200px;
	height: 40px;
	background-color: #599640;
	color: #FFF;
	font-size: 12pt;
}
#reset {
	width: 200px;
	height: 40px;
	margin-left: 20px;
	background-color: #ff3b3b;
	color: #FFF;
	font-size: 12pt;
}
input.error {
	color: #ce0000;
	border: 1px solid #ce0000;
}
label.error {	
	color: #ce0000;
	width: 200px;
}