<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input#submit_button {
  border: none;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 24px;
  text-decoration: none;
  *zoom: 1;
  background-color: #b9e872;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b9e872), color-stop(100%, #85cf6e));
  background-image: -webkit-linear-gradient(#b9e872 0%, #85cf6e 100%);
  background-image: -moz-linear-gradient(#b9e872 0%, #85cf6e 100%);
  background-image: -o-linear-gradient(#b9e872 0%, #85cf6e 100%);
  background-image: linear-gradient(#b9e872 0%, #85cf6e 100%);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
input#submit_button:hover {
  background-color: #85cf6e;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #85cf6e), color-stop(100%, #b9e872));
  background-image: -webkit-linear-gradient(#85cf6e 0%, #b9e872 100%);
  background-image: -moz-linear-gradient(#85cf6e 0%, #b9e872 100%);
  background-image: -o-linear-gradient(#85cf6e 0%, #b9e872 100%);
  background-image: linear-gradient(#85cf6e 0%, #b9e872 100%);
  color: #fff;
}
input.button:active {
	position:relative;
	top:1px;
}

input[name="next"] {
  width: 22%;
  float: right;
  margin: 15px 25% 0 0;
  border: none;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  *zoom: 1;
  background-color: #b9e872;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b9e872), color-stop(100%, #85cf6e));
  background-image: -webkit-linear-gradient(#b9e872 0%, #85cf6e 100%);
  background-image: -moz-linear-gradient(#b9e872 0%, #85cf6e 100%);
  background-image: -o-linear-gradient(#b9e872 0%, #85cf6e 100%);
  background-image: linear-gradient(#b9e872 0%, #85cf6e 100%);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
input[name="next"]:hover {
  background-color: #85cf6e;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #85cf6e), color-stop(100%, #b9e872));
  background-image: -webkit-linear-gradient(#85cf6e 0%, #b9e872 100%);
  background-image: -moz-linear-gradient(#85cf6e 0%, #b9e872 100%);
  background-image: -o-linear-gradient(#85cf6e 0%, #b9e872 100%);
  background-image: linear-gradient(#85cf6e 0%, #b9e872 100%);
  color: #fff;
}

input[name="prev"] {
  width: 22%;
  float: left;
  margin: 15px 0 0 25%;
  border: none;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  *zoom: 1;
  background-color: #fac166;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fac166), color-stop(100%, #dca753));
  background-image: -webkit-linear-gradient(#fac166 0%, #dca753 100%);
  background-image: -moz-linear-gradient(#fac166 0%, #dca753 100%);
  background-image: -o-linear-gradient(#fac166 0%, #dca753 100%);
  background-image: linear-gradient(#fac166 0%, #dca753 100%);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
input[name="prev"]:hover {
  background-color: #dca753;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dca753), color-stop(100%, #fac166));
  background-image: -webkit-linear-gradient(#dca753 0%, #fac166 100%);
  background-image: -moz-linear-gradient(#dca753 0%, #fac166 100%);
  background-image: -o-linear-gradient(#dca753 0%, #fac166 100%);
  background-image: linear-gradient(#dca753 0%, #fac166 100%);
  color: #fff;
}</pre></body></html>