* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-image: url("images/bg.gif");
	height: 100%;
	font-family: verdana;
}

h1 {
	color: #368282;
	border: 0px;
	border-bottom: 1px;
	border-color: #368282;
	border-style: dashed;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
}

input {
	width: 90%;
}

a {
	font-weight: bold;
	color: #8e710b;
	text-decoration: none;
}
a:hover {
	color: #F4D875;
}

#main {
	background-image: url("images/main_bg.gif");
	width: 570px;
	height: 100%;
	margin: 0px auto;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
}

#maintable {
	width: 100%;
}

#maintable td {
	padding: 5px;
	vertical-align: top;
	width: 50%;
}

#errormessage {
	padding-top: 10px;
	padding-left: 40px;
	color: red;
}
