body {
  font-family: "Myriad Pro", helvetica, arial, sans-serif;
  font-size: 12px;
  margin: 3em;
  background-color: #d2c9b4;
  background: url(../images/autumnal.jpg) left 100px repeat;
  color: #333;
  text-align: center;
}

a,
a:visited {
  color: #360;
}

#wrapper {
  width: 600px;
  padding: 3em 3em 2em;
  background-color: #fff;
  -moz-border-radius: 20;
  -webkit-border-radius: 20;
  margin: 0 auto;
  text-align: left;
  -moz-box-shadow: -8px -3px 55px  black;
  -webkit-box-shadow: -8px -3px 55px black;
}

#footwrap {
  width: 40em;
  padding: 1em 1em .4em;
  font-size: 9px;
  background-color: #fff;
  -moz-border-radius: 20;
  -webkit-border-radius: 20;
  margin: 4em auto;
  text-align: center;
  -moz-box-shadow: -8px -3px 55px  black;
  -webkit-box-shadow: -8px -3px 55px black;
}

h1 {
  margin: 0;
  width: 158px;
  height: 41px;
  text-indent: -5000px;
  overflow: hidden;
  background: url(../images/souljerky-logo.png) top left no-repeat;
}

p {
  font-size: 1.4em;
  line-height: 1.3;
}

form {
  margin: 0 0 1.5em;
}

form table {
  border-collapse: collapse;
}

form table .control {
  width: 1%;
}

form .text {
  width: 100%;
  height: 36px;
  border: 1px solid #999;
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
  padding: 7px .2em;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  vertical-align: middle;
}

form .button,
form .button:visited {
  width: 6em;
  margin: 0 0 0 1em;
  border: 0;
  -moz-border-radius: 2;
  -webkit-border-radius: 2;
  border-radius: 2;
  padding: 0;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1;
  height: 36px;
  font-family: "Myriad Pro", helvetica, arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #b87b24;
  cursor: pointer;
  float: right;
}

.error, .sending, .success {
  font-size: 1.2em;
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
  padding: .5em;
  line-height: 1;;
  font-weight: bold;
  background: #e5e5e5;
  margin-bottom: 1em;
}

.error {
  background: #C00;
  color: #fff;
}

.sending {
  color: #999;
}

.success {
  color: #333;
  margin-bottom: 0;
}
