/* main page */
html, body  {
  height: 100%;
}
body  {
  margin: 0;
  padding: 0;
}
#page  {
  padding: 0;
}

h2 {
  margin: 0;
}

#content {
  width: 600px;
  position: relative;
  top: 135px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
}

#upgrade {
  top: 140px;
  position: relative;
  text-align: center;
  margin: 0 auto 20px auto;
  padding: 15px;
  width: 600px;
  background: #FFF;
}


label {
  font-weight: bold;
}

#pricing {
  padding: 1em 2em;
  margin-left: auto;
  margin-right: auto;
}

#logo  {
  position: absolute;
  top: -110px;
}

#tiers {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  width: 550px;
}
#tiers th {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #265D94;
  border-right: 1px solid #ddd;
}
#tiers th span.price {
  font-size: 14px;
  color: #ff7000;
}
#tiers td {
  border-right: 1px solid #eee;
}
#tiers tbody tr td {
  text-align: center;
}
#tiers tbody tr td.active {
  background: #FEF8DB;
}
#tiers thead th.active {
  background: #ddd;
}
#tiers tbody tr td:first-child {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
  color: #666;
}
#tiers span.help {
  font-weight: normal;
  font-family: courier;
}
#main-footer  {
  margin-top: 15px;
}