body {
  font-family: "Myriad Pro", helvetica, arial, sans-serif;
  font-size: 14px;
  margin: 3em;
  background-color: #EFEBE3;
  background: url(../images/guruji-warhol-trini.jpg) top left repeat;
  color: #333;
  text-align: center;
}

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

#wrapper {
  width: 500px;
  padding: 3em 3em 2em;
  background-color: #fff;
  -moz-border-radius: 20;
  -webkit-border-radius: 20;
  margin: 0 auto;
  text-align: left;

}

#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;
}

#footwrap p {
	margin-left: 0px;
}

h1 {
  margin: 0px 0px -6px -20px;
  width: 530px;
  height: 38px;
  text-indent: -5000px;
  overflow: hidden;
  background: url(../images/ashtanga_yoga_albuquerque.gif) top left no-repeat;
}

p {
	font-size: 12px;
	line-height: 16px;
	margin-left: 26px;
}

form {
  margin: 0 0 1.5em;
}

form table {
  border-collapse: collapse;
}

form table .control {
  width: 1%;
}

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

form .button,
form .button:visited {
  background-color: #B7C877;
  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;
  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;
}
