<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: #f4d34c;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4d34c), color-stop(100%, #f3c640));
  background-image: -webkit-linear-gradient(#f4d34c 0%, #f3c640 100%);
  background-image: -moz-linear-gradient(#f4d34c 0%, #f3c640 100%);
  background-image: -o-linear-gradient(#f4d34c 0%, #f3c640 100%);
  background-image: linear-gradient(#f4d34c 0%, #f3c640 100%);
  text-shadow: 1px 1px 1px #4d4d4d;
  -webkit-box-shadow: 0 5px #D4A61B;
  -moz-box-shadow: 0 5px #D4A61B;
  box-shadow:0 5px #D4A61B;
  -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: #f3c640;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3c640), color-stop(100%, #f4d34c));
  background-image: -webkit-linear-gradient(#f3c640 0%, #f4d34c 100%);
  background-image: -moz-linear-gradient(#f3c640 0%, #f4d34c 100%);
  background-image: -o-linear-gradient(#f3c640 0%, #f4d34c 100%);
  background-image: linear-gradient(#f3c640 0%, #f4d34c 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: #f4d34c;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4d34c), color-stop(100%, #f3c640));
  background-image: -webkit-linear-gradient(#f4d34c 0%, #f3c640 100%);
  background-image: -moz-linear-gradient(#f4d34c 0%, #f3c640 100%);
  background-image: -o-linear-gradient(#f4d34c 0%, #f3c640 100%);
  background-image: linear-gradient(#f4d34c 0%, #f3c640 100%);
  text-shadow: 1px 1px 1px #4d4d4d;
  -webkit-box-shadow: 0 5px #D4A61B;
  -moz-box-shadow: 0 5px #D4A61B;
  box-shadow:0 5px #D4A61B;
  -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: #f3c640;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3c640), color-stop(100%, #f4d34c));
  background-image: -webkit-linear-gradient(#f3c640 0%, #f4d34c 100%);
  background-image: -moz-linear-gradient(#f3c640 0%, #f4d34c 100%);
  background-image: -o-linear-gradient(#f3c640 0%, #f4d34c 100%);
  background-image: linear-gradient(#f3c640 0%, #f4d34c 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: #eb9549;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eca454), color-stop(100%, #eb9549));
  background-image: -webkit-linear-gradient(#eca454 0%, #eb9549 100%);
  background-image: -moz-linear-gradient(#eca454 0%, #eb9549 100%);
  background-image: -o-linear-gradient(#eca454 0%, #eb9549 100%);
  background-image: linear-gradient(#eca454 0%, #eb9549 100%);
  text-shadow: 1px 1px 1px #4d4d4d;
  -webkit-box-shadow: 0 5px #e27e25;
  -moz-box-shadow: 0 5px #e27e25;
  box-shadow:0 5px #e27e25;
  -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: #eca454;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eb9549), color-stop(100%, #eca454));
  background-image: -webkit-linear-gradient(#eb9549 0%, #eca454 100%);
  background-image: -moz-linear-gradient(#eb9549 0%, #eca454 100%);
  background-image: -o-linear-gradient(#eb9549 0%, #eca454 100%);
  background-image: linear-gradient(#eb9549 0%, #eca454 100%);
  color: #fff;
}</pre></body></html>