body {
  padding: 0;
	margin: 0;
}
#header {
  background-color: #0F8D78;
	padding: 5px;
	border-bottom: 1px solid #666;
}
#header * {
	display: inline-block;
	vertical-align: top;
}
#header h1 {
	padding: 0 0 0 10px;
  margin: 0;
	color: white;
	text-shadow:1px 1px 0px #666;
	font-style: italic;
}
#body-wrapper {
  background: url(grad.png);
	background-repeat: repeat-x;
	padding-top: 10px;
}
#body {
  width: 80%;
	max-width: 800px;
	margin: 0 auto;
}
#body h2 {
  color: #D65900;
	text-shadow:1px 1px 0px #666;
  margin: 0;
	padding: 0;
}

.link-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #84cfc3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #84cfc3;
	box-shadow:inset 0px 1px 0px 0px #84cfc3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0eb398), color-stop(1, #0f8d78));
	background:-moz-linear-gradient(top, #0eb398 5%, #0f8d78 100%);
	background:-webkit-linear-gradient(top, #0eb398 5%, #0f8d78 100%);
	background:-o-linear-gradient(top, #0eb398 5%, #0f8d78 100%);
	background:-ms-linear-gradient(top, #0eb398 5%, #0f8d78 100%);
	background:linear-gradient(to bottom, #0eb398 5%, #0f8d78 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0eb398', endColorstr='#0f8d78',GradientType=0);
	background-color:#0eb398;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #046151;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:10px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #0c4d42;
}
.link-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0f8d78), color-stop(1, #0eb398));
	background:-moz-linear-gradient(top, #0f8d78 5%, #0eb398 100%);
	background:-webkit-linear-gradient(top, #0f8d78 5%, #0eb398 100%);
	background:-o-linear-gradient(top, #0f8d78 5%, #0eb398 100%);
	background:-ms-linear-gradient(top, #0f8d78 5%, #0eb398 100%);
	background:linear-gradient(to bottom, #0f8d78 5%, #0eb398 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f8d78', endColorstr='#0eb398',GradientType=0);
	background-color:#0f8d78;
}
.link-button:active {
	position:relative;
	top:1px;
}
.backup-link {
  font-size: 80%;
	color: #247572;
}
.field {
  margin: 10px;
}
