/* @override http://remindoapp.com/master.css */

body {
  width: 700px;
  margin: 0 auto;
  padding: 0;
  background: #2f3e43 url(two-pixel-bg.gif) repeat-y center 0;
  color: #fff;
  font: 14px/1.6 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#main {
  width: 350px;
  float: left;
}

h1 {
  text-indent: -9999px;
  background: url(logo.gif) no-repeat;
  width: 271px;
  height: 110px;
  margin: 0 0 50px;
  padding: 0;
}

p {
  margin: 0 0 1em;
  padding: 0;
}

p#backpack a {
  display: block;
  text-indent: -9999px;
  width: 261px;
  height: 109px;
  background: url(backpack.gif) no-repeat;
}

form {
  margin: 0;
  padding: 0;
}

h2, h3 {
  margin: 0 0 1em;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

h3 {
  font-size: 14px;
  font-weight: bold;
}

ul {
  margin: 0 0 1em;
  line-height: 1.4;
  font-size: 13px;
}

a {
  color: #fff;
}

p#email,
p#uuid {
  margin: 0 0 14px;
}

form label {
  width: 42px;
  height: 24px;
  margin: 0 0 14px;
  padding: 0;
  display: block;
  float: left;
  clear: both;
  line-height: 24px;
  text-indent: -9999px;
  border: none;
}

p#email label {
  background: url(email-label.gif) no-repeat 0 2px;
}

p#uuid label {
  background: url(uuid-label.gif) no-repeat 0 1px;
}

p#uuid a {
  float: left;
  width: 26px;
  height: 24px;
  text-indent: -9999px;
  display: block;
  background: url(uuid-help-button.gif) no-repeat;
}

form input {
  background: #596569;
  border: 1px solid #959c9f;
  width: 253px;
  height: 18px;
  padding: 3px;
  color: #fff;
  font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  float: left;
  margin: 0 0 14px;
}

button {
  background: transparent;
  border: none;
  padding: 0;
  margin: -2px 0 0 239px;
  cursor: pointer;
}

p#beta {
  clear: both;
  margin: 0 10px 10px;
  color: #fff;
  font: 12px/1.4 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p#beta strong {
  display: block;
}

p#thank-you {
  color: #fff;
  font: 13px/1.4 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin: 40px 0 0;
}

p#copyright {
  text-indent: -9999px;
  width: 324px;
  height: 90px;
  background: url(copyright.gif) no-repeat;
}

div#side {
  width: 350px;
  float: right;
  text-align: right;
}

div#side img {
  margin: 0 10px 0 0;
}