/* Generic */

label {
  display: block;
  padding: 0 0 5px;
}

/* Errors & notices */

.notice {
  background: #efefef;
  color: #333;
  line-height: 17px;
  margin: 10px 0;
  padding: 15px 10px;
}
  .notice h2 {
    background: none;
    border: 0;
    font: bold 13px Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    margin: 0 0 15px;
    padding: 0;
  }
  .notice p {
    font-size: 13px;
  }
  .notice ul {
    list-style: square;
  }
  .notice li {
    font-size: 13px;
    margin: 0 0 0 20px;
  }
.error {
  border: 2px solid #900;
  color: #900;
  font-weight: normal;
}
  .error h2 {
    color: #900;
  }
  .error p {
    color: #900;
  }
.absolute {
  background: #666;
  border: 1px solid #888;
  border-top: 0;
  color: #ddd;
  display: inline-block;
  font-style: italic;
  margin: 0;
  padding: 8px 15px 10px;
  position: absolute;
  top: 0;
  z-index: 100;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
}
.pricing table {
  margin: 20px 0 30px;
  width: 100%;
}
  .pricing td, .pricing th {
    font-size: 13px;
    padding: 10px 20px 10px 0;
  }
    .pricing td {
      border-right: 1px solid #ddd;
    }
    .pricing th {
      border-bottom: 1px solid #ddd;
      font-size: 19px;
    }
  .pricing .center {
    text-align: center;
  }
  .pricing .col {
    border-left: 1px solid #ddd;
  }
  .pricing td.feature {
    border: 0;
    width: 25%;
  }
  .pricing td.first {
    padding: 20px 20px 10px 0;
  }
  .pricing td.price {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .pricing td.signup {
    background: #44547a;
    border: 0;
    border-top: 1px solid #ddd;
    float: none;
    padding: 15px 20px 15px 0;
    text-align: center;
    width: 25% !important;
  }
    .pricing td.signup .btn-signup {
      font-size: 19px;
      padding: 2px 4px;
    }
    .pricing td.left {
      border-right: 1px solid #ddd;
      -khtml-border-radius: 0 0 0 16px;
      -moz-border-radius: 0 0 0 16px;
      -webkit-border-radius: 0 0 0 16px;
      border-radius: 0 0 0 16px;
    }
    .pricing td.right {
      border-left: 1px solid #ddd;
      -khtml-border-radius: 0 0 16px 0;
      -moz-border-radius: 0 0 16px 0;
      -webkit-border-radius: 0 0 16px 0;
      border-radius: 0 0 16px 0;
    }

/* Button classes */

a.btn {
  background: url(/images/admin/bg_btn_small.png) repeat-x left bottom;
  border: 1px solid #999;
  color: #333;
  display: inline-block;
  font-size: 11px;
  margin: 0;
  text-decoration: none;
}
  a.btn span {
    display: inline-block;
    vertical-align: middle;
  }
  a.btn.left {
    border-right: 0;
    -khtml-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
  }
  a.btn.right {
    border-left: 0;
    -khtml-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
  a.btn.both {
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
button.btn {
  color: #333;
  padding: 5px 10px 4px;
}
  .modal-dialog button.btn {
    padding: 4px 10px !important;
  }
button.btn, span.btn {
  background: #fff url(/images/admin/bg_btn_small.png) repeat-x left bottom;
  border: 1px solid #ccc;
  border-bottom: 1px solid #999;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
  button.btn a, span.btn a {
    color: #333;
    display: block;
    padding: 5px 13px;
    text-decoration: none;
  }

/* Misc classes */

.block {
  display: block;
  margin: 5px 0 0;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.current-plan {
  text-transform: capitalize;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
}
div.left { float: left; }
div.right { float: right; }