body {
  background: #fff url('images/top-stripe.gif') repeat-x top left;
  margin: 0;
  color: #58595b;
}

img {
  border: 0;
}

a {
  color: #8dc740;
}

p {
  font-family: arial, sans-serif;
  line-height: 1.4em;
  font-size: .95em;
  margin-left: 71px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.overflow {
  overflow: hidden;
}

.logo {
  margin-right: 30px;
}

#wrapper {
  margin: 50px auto 0;
  width: 720px;
}

.header {
  margin-top: 10px;
  font-size: 1.3em;
  line-height: 1.4em;
}

.section-header {
  background: url('images/gradient.png') repeat-x;
  margin-top: 30px;
  padding: 20px 0 30px 15px;
  font-size: 1.5em;
}

.services-bullet {
  background: url('images/lightbulb.png') no-repeat 25px;
  padding: 10px 0 0 70px;
  font-size: 1.3em;
  height: 28px;
}

.clients-bullet {
  background: url('images/arrow.png') no-repeat 25px;
  padding: 10px 0 0 70px;
  font-size: 1.3em;
  height: 28px;
}

.contact-bullet {
  background: url('images/envelope.png') no-repeat 25px;
  padding: 10px 0 0 70px;
  font-size: 1.3em;
  height: 28px;
}

.screenshot {
  margin-left: 10px;
}

#success,
#fail {
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 20px;
  padding: 15px;
}

#success {
  border: 2px solid #8dc740;
  color: #8dc740;
}

#fail {
  border: 2px solid red;
  color: red;
}

label.text {
  display: block;
  float: left;
  padding-top: 7px;
  width: 78px;
}

input, label, textarea {
  margin: 20px 0 20px 71px;
  font-size: 1.2em;
}

input, textarea {
  color: #000;
  background-color: #ccc;
  border: 1px solid #58595b;
  padding: 5px;
}

textarea {
  width: 85%;
}

#footer {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding: 10px;
}

