<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: 6px 24px;
  text-decoration: none;
  background-color: #ff8a7c;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff8a7c), color-stop(100%, #fc786b));
  background-image: -webkit-linear-gradient(#ff8a7c 0%, #fc786b 100%);
  background-image: -moz-linear-gradient(#ff8a7c 0%, #fc786b 100%);
  background-image: -o-linear-gradient(#ff8a7c 0%, #fc786b 100%);
  background-image: linear-gradient(#ff8a7c 0%, #fc786b 100%);
  text-shadow: 1px 1px 1px #4d4d4d;
  -webkit-box-shadow:0 5px #da5849;
  -moz-box-shadow:0 5px #da5849;
  box-shadow:0 5px #da5849;
  -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: #fc786b;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fc786b), color-stop(100%, #ff8a7c));
  background-image: -webkit-linear-gradient(#fc786b 0%, #ff8a7c 100%);
  background-image: -moz-linear-gradient(#fc786b 0%, #ff8a7c 100%);
  background-image: -o-linear-gradient(#fc786b 0%, #ff8a7c 100%);
  background-image: linear-gradient(#fc786b 0%, #ff8a7c 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;
  background-color: #ff8a7c;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff8a7c), color-stop(100%, #fc786b));
  background-image: -webkit-linear-gradient(#ff8a7c 0%, #fc786b 100%);
  background-image: -moz-linear-gradient(#ff8a7c 0%, #fc786b 100%);
  background-image: -o-linear-gradient(#ff8a7c 0%, #fc786b 100%);
  background-image: linear-gradient(#ff8a7c 0%, #fc786b 100%);
  text-shadow: 1px 1px 1px #4d4d4d;
  -webkit-box-shadow:0 5px #da5849;
  -moz-box-shadow:0 5px #da5849;
  box-shadow:0 5px #da5849;
  -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: #fc786b;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fc786b), color-stop(100%, #ff8a7c));
  background-image: -webkit-linear-gradient(#fc786b 0%, #ff8a7c 100%);
  background-image: -moz-linear-gradient(#fc786b 0%, #ff8a7c 100%);
  background-image: -o-linear-gradient(#fc786b 0%, #ff8a7c 100%);
  background-image: linear-gradient(#fc786b 0%, #ff8a7c 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;
  background-color: #71a83f;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #71a83f), color-stop(100%, #669c32));
  background-image: -webkit-linear-gradient(#71a83f 0%, #669c32 100%);
  background-image: -moz-linear-gradient(#71a83f 0%, #669c32 100%);
  background-image: -o-linear-gradient(#71a83f 0%, #669c32 100%);
  background-image: linear-gradient(#71a83f 0%, #669c32 100%);
  text-shadow: 1px 1px 1px #4d4d4d;
  -webkit-box-shadow:0 5px #538b21;
  -moz-box-shadow:0 5px #538b21;
  box-shadow:0 5px #538b21;
  -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: #669c32;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #669c32), color-stop(100%, #71a83f));
  background-image: -webkit-linear-gradient(#669c32 0%, #71a83f 100%);
  background-image: -moz-linear-gradient(#669c32 0%, #71a83f 100%);
  background-image: -o-linear-gradient(#669c32 0%, #71a83f 100%);
  background-image: linear-gradient(#669c32 0%, #71a83f 100%);
  color: #fff;
}</pre></body></html>