body {
  font-family: Arial, sans-serif;
  font-size: 0.9em;
  background-color: #EEE;
}

a {
  color: #185C9E;
}

h1 {
  font-size: 1.2em;
  color: #999;
  font-weight: normal;
  margin: 0px 0px 2em 0px;
}

h2 {
  font-size: 1.4em;
  margin: 1em 0 0.5em 0;
}

p, ul {
  line-height: 1.4em;
}

.clearThis {
  clear: both;
  height: 1px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

/* layout */
#wrap {
  margin: 30px auto 0px auto;
  width: 740px;
  padding: 0px 8px 8px 8px;
  position: relative;
  background-color: #DDD;
  background: #dddddd url(/css/greygrad.gif) repeat-x left top;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#page {
  padding: 30px 30px 10px 30px;
  margin: 0px;
  background-color: #FFF;
  border: 2px solid #AAA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#footer {
  color: #666;
  margin: 0.5em 0px 15px 0px;
  font-size: 0.9em;
  text-align: center;
  clear: right;
}

/* other specifics */
#custom_logo {
  text-decoration: none;
  float: right;
}

#custom_logo img {
  border-width: 0px;
}

#legal {
  color: #999;
  font-size: 0.9em;
  margin-top: 4em;
}

/* navigation */
#header ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
}

#header ul li {
  display: inline;
  margin-left: 1em;
  color: #999;
}

/* forms */
#details {
  margin: 1em 0;
  font-size: 0.9em;
  padding: 1px 1em;
  background-color: #9D6;
}

.likeform {
  margin: 1.5em 0px 0.5em;
  text-align: left;
  background-color: #EEE;
  padding: 1em 1.5em 1em 1.5em;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 2px solid #DDD;
}

.likeform p, div.paragraph {
  margin: 0 0 0.8em 0;
  padding: 0;
  clear: left;
}

p.renewalMessage {
  color: #666;
  margin-top: 1.5em;
  font-size: 0.9em;
}

#paymentBadges {
  height: 5em;
  overflow: hidden;
}

p.paymentIcons {
  padding-top: 1.5em;
  text-align: center;
  float: clear;
}

p.paymentIcons .methodName {
  display: none;
}

p.paymentIcons img {
  margin: 0px 0.3em;
}

p.pciBadge {
  float: right;
  position: relative;
  top: -4em;
}

.likeform p.horizontalField {
  margin: 1em 0px 0.5em;
}

.likeform label {
  display: block;
  padding-top: 1em;
  margin: 0 0px 0.3em 0px;
  font-size: 0.9em;
  font-weight: bold;
}

span.label {
  color: #000;
  font-size: 0.9em;
  margin: 0px 1em 0px 0px;
}

.likeform label.right {
  margin: 0px 0.5em 0px 0px;
  display: inline;
  padding-top: 0px;
}

.likeform fieldset {
  margin: 0px 0px 1.5em 0px;
  padding: 0.5em 0 0 0;
  clear: left;
  border-width: 0;
  border-top: 1px dashed #CCC;
}

#recurringFields {
  padding-top: 1em;
}

.likeform h2 {
  margin: 0 0px 0.6em 0px;
  font-size: 1em;
  font-weight: normal;
}

.likeform p.success {
  font-weight: normal;
  color: #666;
  font-size: 1.1em;
  text-align: center;
}

.likeform p.success img {
  vertical-align: top;
}

span.changePayment {
  color: #999;
  font-weight: normal;
  margin-left: 0.5em;
}

span.changePayment a {
  color: #999;
}

p.paypalPurchase {
  padding: 1.5em 0px 0px 0px;
  text-align: center;
}

p.paypalPurchase input[type="submit"] {
  font-size: 1.2em;
}

span.changePayment a:hover {
  color: #185C9E;
}

.likeform fieldset.top {
  font-size: 1.1em;
  border-top: 0;
}

.likeform fieldset.top select {
  font-size: 1em;
}

.likeform fieldset.top input[type="submit"] {
  font-size: 1em;
  margin-left: 0.5em;
}

.likeform fieldset.top label {
  margin-bottom: 0.5em;
  color: #000;
  font-weight: bold;
}

input[type="submit"], input[type="button"] {
  margin-right: 0.5em;
}

p.submit input {
  font-size: 1.2em;
}

input[type="text"] {
  font-size: 1.4em;
}

select {
  font-size: 1.1em;
}

#yourSubscription {
  margin: 1em 0 0 0;
}

#yourSubscription p {
  font-size: 1.1em;
  color: #666;
}

#yourSubscription strong {
  font-size: 1.2em;
  display: block;
  color: #000;
  font-weight: normal;
  margin: 0 0 0.2em 0;
}

.likeform input.main {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.5em 0px 2em 0px;
}

.likeform textarea {
  font-family: sans-serif;
  font-size: 1em;
  height: 6em;
  line-height: 1.3em;
  width: 25em;
}

input[type="checkbox"] {
  margin: 0px 0.3em 0px 0px;
}

input[type="password"] {
  margin-right: 0.5em;
}

p.note, span.note {
  color: #999;
  font-size: 90%;
  display: block;
}

p.currency {
  text-align: right;
  color: #999;
  font-size: 90%;
}

.likeform legend {
  display: none;
}

.likeform #last_name {
  float: right;
  padding-bottom: 0.5em;
  width: 240px;
}

.likeform #first_name {
  float: left;
  padding-bottom: 0.5em;
  width: 240px;
}

.likeform #number {
  float: left;
  padding-bottom: 0;
  width: 300px;
}

div.stacked {
  clear: both;
}

.likeform #code {
  float: left;
  padding: 0 0 0 0;
  margin-left: 30px;
  width: 160px;
}

#zipBlock {
  float: left;
  padding-bottom: 0;
  width: 150px;
  margin-left: 30px;
  padding: 0 0 0 0;
}

#cityBlock {
  width: 320px;
}

#stateBlock {
  float: left;
  width: 320px;
}

#card_layout, #billingAdress, #name_and_email {
  width: 500px;
}

/* form specific fields */
#credit_card_number {
  font-size: 1.4em;
  width: 100%;
}

#credit_card_first_name, #credit_card_last_name, #subscriber_email, #credit_card_state, .fullWidth {
  font-size: 1.4em;
  width: 100%;
}

#credit_card_verification_value {
  width: 3em;
  font-size: 1.4em;
}

#security_code_image {
  vertical-align: bottom;
  margin-left: 0.5em;
}

#security_code_note {
  padding-top: 0.3em;
  display: block;
  font-size: 0.8em;
  clear: left;
}

/* special forms */
#return_form {
  margin: 4em 0px;
}

#return_form input[type="submit"] {
  font-size: 1.3em;
  margin-top: 0.3em;
}

/* messaging */
.fieldWithErrors {
  padding: 0 0 0 23px;
  background: transparent url(/css/warning.gif) no-repeat left 50%;
  float: left;
}

#errorExplanation {
  margin-bottom: 1em;
  padding: 1em 1em 0.5em 1em;
  background-color: #FFFF92;
}

#errorExplanation h2 {
  display: none;
}

#errorExplanation p {
  color: #F00;
  font-weight: bold;
}

#errorExplanation ul li {
  color: #333;
}

/* flash */
#flash, .flash {
  clear: both;
  padding: 0.2em 1.5em;
}

#flash.notice {
  clear: both;
  padding: 0px;
}

#flash h2, .flash h2 {
  font-size: 1.1em;
  padding: 0px;
  font-weight: bold;
  margin: 1em 0px;
}

#flash.warning h2, #flash.error h2, .flash.payment_gateway_error h2 {
  color: #F00;
}

.flash.payment_gateway_error {
  background-color: #FFFF92;
  border: 2px solid #D2D272;
}

#flash.notice p {
  color: #690;
  padding: 0.2em 0.5em;
  margin: 0px 0px 2em 0px;
  background-color: #EEE;
}

#flash.warning {
  color: #F00;
  background-color: #FFFF92;
  border: 2px solid #D2D272;
}

#flash.error {
  color: #F00;
  background-color: #FFFF92;
  border: 1px solid #F00;
}

/* table */
table {
  width: 100%;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  margin-top: 0.5em;
  margin-bottom: 1em;
  clear: both;
  border-collapse: collapse;
  border-spacing: 0;
}

div.planDescription {
  margin: -0.5em 0 1em 0;
  color: #000;
  font-size: 1em;
}

td {
  padding: 0.5em 0 0.5em 0;
  vertical-align: top;
  font-size: 1.3em;
  font-weight: normal;
}

tr.later td {
  font-size: 1em;
  color: #666;
  padding: 0em 0 0.6em 0;
  font-weight: normal;
  font-style: italic;
}

td.price {
  text-align: right;
}

.feeDetails {
  font-size: 0.9em;
  color: #666;
  font-weight: normal;
  display: block;
}

tr.small td {
  padding: 0.6em 0 0.6em 0;
  vertical-align: top;
  font-size: 1em;
  color: #333;
  border-top: 1px dashed #DDD;
}

tr.total td {
  border-top: 2px solid #333;
  font-weight: bold;
}

td img {
  vertical-align: top;
  margin-left: 0.5em;
}

/* deactivated plans */
.deactivated {
  margin-top: 3em;
  font-size: 1.3em;
  background-color: #EEE;
  padding: 1px 2em;
}

/* recurring */
#recurringBlock {
  margin: 4em 0 2em 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  background-color: #fdffd4;
  padding: 0 1em;
}

#recurringBlock input {
  font-size: 1.5em;
}

#recurringBlock h3 {
  font-weight: bold;
  font-size: 1.1em;
}

/* options */
p.options {
  margin: 1.2em 0px 1.5em 0px;
}

p.options a {
  padding: 0.3em 0.5em 0.3em;
  text-decoration: none;
  margin-right: 0.5em;
  text-decoration: none;
  border: 1px solid #bdce91;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #d8eba6;
}

ul.options {
  margin: 1em 0px 1em -3px;
  padding: 0px;
  list-style: none;
}

ul.options li {
  display: inline;
  margin-right: 0.5em;
}

ul.options li a {
  background-color: #185C9E;
  color: #FFF;
  padding: 0.3em 0.5em;
  border: 2px solid #FFF;
}

ul.options li a:hover {
  padding: 0.3em 0.5em;
  border: 2px solid #185C9E;
}

#returnToSite {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 2px dashed #DDD;
  text-align: right;
}

#returnToSite a {
  text-decoration: none;
  font-weight: bold;
}

p#currency {
  text-align: right;
  color: #666;
  margin: 0;
  font-size: 0.9em;
}
