/*CSS by Josh Flayhart 3/4/2013*/
html {
	background: url('../images/main-bg.png') repeat;
}
body {
	background: url("../images/grp_logo.png") transparent no-repeat;
	margin: 0;
}
h1 {
	position: relative;
	margin: auto 0;
	text-align: center;
	width: 100%;
	color: green;
}
table {
	margin: auto 0;
	text-align: center;
	width: 100%;
	margin-top: 50px;
}
tbody#template {
    display: none;
}
input {
	width: 80%;
}
#comments {
	width: 98%;
}
th {
	background-image:url(images/bg.png);
	padding: 5px;
	width: 5%;
}
th.comments {
	width: 15%;
}
tr {
	width: 10%;
}
td {
	background-color: #F5F5F5;
}
button {
	margin-top: 10px;
	width:auto;
	background-image:url(images/bg.png);
}