/* line 14, /app/vendor/bundle/ruby/2.2.0/gems/compass-0.10.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 17, /app/vendor/bundle/ruby/2.2.0/gems/compass-0.10.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
  color: black;
  background: white;
}

/* line 19, /app/vendor/bundle/ruby/2.2.0/gems/compass-0.10.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 21, /app/vendor/bundle/ruby/2.2.0/gems/compass-0.10.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

/* line 23, /app/vendor/bundle/ruby/2.2.0/gems/compass-0.10.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 25, /app/vendor/bundle/ruby/2.2.0/gems/compass-0.10.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: "" "";
}
/* line 96, /app/vendor/bundle/ruby/2.2.0/gems/compass-0.10.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

/* line 27, /app/vendor/bundle/ruby/2.2.0/gems/compass-0.10.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 14, /app/views/style.sass */
body, html {
  background-color: #eeeeee;
}

/* line 17, /app/views/style.sass */
body {
  color: #444444;
  font-family: sans-serif;
  text-align: center;
  min-height: 100%;
  margin: 0px auto;
}
/* line 23, /app/views/style.sass */
body a {
  color: #1c23cc;
  text-decoration: none;
}
/* line 26, /app/views/style.sass */
body a:hover {
  text-decoration: underline;
}
/* line 28, /app/views/style.sass */
body p {
  text-align: center;
  padding: 10px 120px;
  font-size: 14px;
  line-height: 20px;
}
/* line 34, /app/views/style.sass */
body form input {
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px;
  font-size: 110%;
}
/* line 40, /app/views/style.sass */
body form input#email {
  width: 300px;
}
/* line 42, /app/views/style.sass */
body form input[type=submit] {
  border: 1px solid #090d0d;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #283b38), color-stop(100%, #090d0d));
  background-image: -moz-linear-gradient(top, #283b38 0%, #090d0d 100%);
  background-image: linear-gradient(top, #283b38 0%, #090d0d 100%);
  text-shadow: #999999 0px -1px 1px;
  color: white;
}
/* line 47, /app/views/style.sass */
body form input[type=submit]:active {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #090d0d), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(top, #090d0d 0%, #000000 100%);
  background-image: linear-gradient(top, #090d0d 0%, #000000 100%);
}
/* line 49, /app/views/style.sass */
body form .placeholder {
  color: #aaaaaa;
}
/* line 51, /app/views/style.sass */
body #container {
  background-color: white;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 100px auto;
  width: 760px;
  padding: 30px 30px 50px 50px;
}
/* line 58, /app/views/style.sass */
body #container #header h1 {
  text-shadow: #aaaaaa 1px 1px 1px;
  font-size: 4em;
  font-weight: bold;
}
/* line 63, /app/views/style.sass */
body #container #description {
  overflow: hidden;
  *zoom: 1;
}
