body {
  background: #272d35;
  color: #ddd;
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, Arial, Sans-Serif;
}
img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.toolbar {
  background: url(/iphone/images/iPhoneToolbar.png) #6d84a2 repeat-x;
  height: 40px;
  color: #ddd;
  margin: 0px;
  padding: 5px;
}
.button {
  padding: 0;
  border: 0px solid #808080;
  color: white;
  height: 40px;
  line-height: 40px;
}
.kbd {
  position: absolute;
  left: 5px;
  width: 75px;
  padding-left: 5px;
  text-align: center;
  background-image: url(/iphone/images/jkbd_btn.png);
  background-repeat: no-repeat;
}
.send {
  position: absolute;
  right: 5px;
  width: 60px;
  text-align: center;
  background-image: url(/iphone/images/send_btn.png);
  background-repeat: no-repeat;
}
.footer {
  margin: 10px 0 0 0;
  font-size: 0.8em;
}
.credit {
  color:#696f76;
}
A {
  color: #c0c0c0;
  text-decoration: none;
}
.links {
  margin: 60px 0 0 0;
}
.links A {
  color:#696f76;
}
