Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/autonoma.ca.git
@charset "utf-8";
@import "reset.css";

form { 
  width: 460px;
  padding: 20px;
  color: #333333;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  margin: 0 auto;
}

fieldset { 
  position: relative;
  padding: 10px;
  margin-bottom: 40px;
  background: #F6F6F6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
  background: -moz-linear-gradient(center top, #EFEFEF, #FFFFFF 100%);
  box-shadow: 3px 3px 10px #ccc;
}

legend,
legend.totals {
  padding: 6px 12px;
  position: absolute;
  left: 10px;
  top: -20px;
  background-color: #4F709F;
  color: white;
  border-radius: 4px;
  box-shadow: 2px 2px 4px #888;
  text-shadow: 1px 1px 1px #333;
}

legend.totals {
  background-color: #4F904F;
}

label { 
  float: left;
  clear: left;
  display: block;
  width: 205px;
  padding-right: 20px;
  text-align: right;
  height: 20px;
  line-height: 20px;
}

input {
  margin: 2px;
  padding: 3px;
  float: left;
  width: 200px;
  border: 1px solid #d9d9d9;
}

.submit, button.submit { 
  width: 100px;
  float: right;
  margin-right: 37px;
  border: 0;
  padding: 5px 10px;
  background: #4F709F;
  color: white;
  border-radius: 4px;
  box-shadow: 2px 2px 4px #888;
  margin-bottom: 4px;
  text-shadow: 1px 1px 1px #333;
}

input:focus {
  background: white;
  border-color: #666;
}