html {
  background-color: #f7f7f7;
}

body {
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}

h2 {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

h3 {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
}

h4 {
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

.section h4 {
  margin: 1em 0 0.5em 0;
}

p {
  margin: 1em 0;
}

#hd {
}

#bd {
  border: 1px solid #ccc;
  background-color: white;
}

#ft {
  font-size: 11px;
}

#top {
  font-size: 25px;
  line-height: 35px;
  font-weight: normal;
  color: #333;
  text-shadow: #ccc 1px 1px 1px;
  padding: 20px 20px;
}

#betaWarning {
  padding: 10px;
  margin: 0;
  background-color: #900;
  color: white;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

#warning {
  padding: 10px;
  margin: -10px;
  background-color: #900;
  color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#warning a, #betaWarning a {
  color: yellow;
  text-decoration: none;
}

.flash {
  padding: 10px;
  margin: 0 -10px 1em -10px;
  color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.flash.notice {
  background-color: #090;  
}

.flash.error {
  background-color: #900;
}

.message {
  padding: 10px;
  margin: 0 -10px 1em -10px;
  background-color: #ff0;
  color: black;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.message a {
  font-weight: bold;
}

#nav {
  float: right;
  padding: 20px 0 0 0;
}

a.action {
  font-weight: bold;
}

a, a:visited, a:hover {
  text-decoration: none;
  color: blue;
}

a:hover {
  text-decoration: underline;
}

.innerLink {
  text-decoration: none;
  display: block;
  float: right;
}

.clear {
  clear: both;
}

.section {
  padding: 20px 20px;
  background: url(/images/gradient.png) repeat-x 1px 1px;
  border-top: 1px solid #eee;
}

.subnav {
  padding: 20px 20px;
}

.subnav a {
  margin-right: 5px;
  font-weight: bold;
  padding: 8px;
}

.subnav a.current {
  color: black;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #eee;
}

.nav_header {
  font-weight: bold;
  color: #999;
  margin-right: 10px;
}

code, .code {
  font-family: "Monaco", "Courier New", monospace;
  margin: 0;
  padding: 0;
}

.desc, .example {
  font-family: "Monaco", "Courier New", monospace;
  margin: 0 0 0.5em 2em;
  padding: 0;
  color: #666;
}

.comingSoon {
  color: #666;
}

.notYet {
  text-decoration: line-through;
}

.important {
  font-weight: bold;
  color: red;
}

.param {
  color: green;
}

.value {
  color: blue;
}

table#examples {
  width: 100%;
  text-align: left;
}

table#examples td {
  width: 32%;
  padding: 15px 0;
}

table#examples img {
  display: block;
}

table#examples td#tag {
  width: 300px;
}

table#examples td#preview {
  width: 120px;
}

table#examples td#description {
  width: 300px;
}

.logo {
  margin: 20px 0;
}

.form {
  margin: 1em 0;
}

.form label {
  display: block;
}

.form label.checkboxLabel {
  display: inline;
  padding-left: 0.5em;
}

.form li {
  margin-bottom: 1em;
}

.formValue {
  font-weight: bold;
  color: black;
}

.validationMessage {
  color: red;
  font-size: 85%;
}

.formField {
  width: 30em;
}

.submitButton {
  display: inline;
}

table.report {
  width: 100%;
  margin-top: 1em;
}

.report th, .report td {
  padding: 5px;
  vertical-align: bottom;
}

.report th {
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #bbb;
}

.report td {
  border-bottom: 1px solid #ddd;
}

.report .total td {
  font-weight: bold;
  border-bottom: 0;
}

.report tr.pricing th {
  color: #999;
  font-weight: normal;
  border-bottom: 0;
}

.report tr.price td {
  color: green;
}

.report tr.price th {
  font-weight: bold;
  color: green;
}

a.forgotPassword {
  padding-left: 10px;
}

.errorPageDialog {
  padding-top: 50px;
  color: red;
}

.errorPageDialog div {
  padding-bottom: 20px;
}

.testAccount td {
  color: #ccc;
}

.testAccount a {
  color: #ccccff;
}

table#signature_test th {
  font-weight: bold;
  white-space: nowrap;
  width: 10%;
}

table#signature_test th, table#signature_test td {
  padding: 3px 15px;
}

table#signature_test, table#signature_test input {
  width: 100%;
}

table#signature_test #calculate {
  font-weight: bold;
  text-align: center;
}

table#pricing th, table#pricing td {
  padding: 3px 15px 3px 0;
}

table#tryout {
  width: 450px;
}

table#tryout th, table#tryout td {
  padding: 3px 15px 3px 0;
}

table#tryout th {
  font-weight: bold;
}

#tryout img {
  display: inline-block;
}

#tryout a {
  display: inline-block;
  padding: 10px;
  border: 1px solid blue;
  background-color: #CADDEB;
  margin: 10px;
  text-decoration: underline;
}

#tryout .center {
  text-align: center;
}

#result {
  width: 400px;
  float: right;
}

#result #img {
  width: 400px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 25px;
}

#tryout_html, #tryout_error  {
  width: 400px;
}

#tryout_error {
  color: red;
}

a.disable_account {
  color: #cc0000;
}

.disable_warning {
  color: #cc0000;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.disable_form {
  padding-top: 2em;
}

.disable_form input {
  color: #cc0000;
  width: 100px;
  margin: 0 auto;
  display: block;
}

.disabled {
  color: #cc0000;
  font-size: 15px;
}
