.admin a {
  color: red;
}

form.signup label {
  clear:left;
}

form.signup .form-button{
  float:left;
}

form.signup button[type=submit] {
  float:left;
}

#edit_account span.required {
  margin: -5px 0 0 170px;
  width: 400px;
}
  
.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.inline {
  display:inline;
  clear:none;
}

#flash {
  float:left;
  width: 100%;
  text-align:center;
}

p.legend {
  float:left;
  width: 100%;
  margin-top: 5px !important;
}

.btn-gray-small {
  margin: 10px 0 0 10px;
}

/* Success, notice and error boxes
-------------------------------------------------------------- */

#flash .error,
#flash .notice, 
#flash .success    { float:left; width: 800px; margin: 10px 70px; padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

#flash .error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
#flash .notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
#flash .success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
#flash .error a    { color: #8a1f11; }
#flash .notice a   { color: #514721; }
#flash .success a  { color: #264409; }

#map {
  float:left;
  width: 100%;
  height: 500px;
}

.key {
  font-size: 12px !important;
  font-family: courier !important;
  margin-top: 15px !important;
}

#admin_account {
  float:left;
  width: 946px;
  border: 2px solid #760F15;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #760F15;
  background:#FFD4E8;
}

#terms {
  font-size: 12px;
  margin: 2%;
  width:96%;
}

#terms {
  font-size: 12px;
  margin: 2%;
  width:96%;
}

#termspage #terms {
 height: 500px; 
}
>
#window_content {
  float:left;
  width: 255px;
  height: 200px;
  text-align:center;
  background: #FFF url(../images/loader_white.gif) no-repeat center center;
}

#image_container {
  width: 255px;
  height: 240px;
  overflow: auto;
  text-align:center;
}

.image_container {
  float:left;
  text-align:center;
  background: #FFF;
  width: 240px;
  height: 160px;
  margin-bottom: 10px;
}

/* -------------------------------------------------------------- 
   
   tables.css
  -------------------------------------------------------------- */


/* Prices table
-------------------------------------------------------------- */
table.prices {
  width:100%;
}

th.first {
  width: 15%;
}

th {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  text-align: left;
  font-size: 22px;
  padding: 5px 0 10px 10px;
  width: 10%;
  vertical-align:top;
}

th.trial {
  background: #EDF4D6;
  color: #74AF28;
}

th.plan {
  background: #F8E6CF;
  color: #DD5923;
}

th .legend {
  color: #000;
  font-size: 13px;
  font-weight: normal;
}

th.current, th.current .legend, td.current {
  background: #7FC559 !important;
  color: #FFF;
}

td.current.even {
  background: #7BC054 !important;
}

td {
  padding:4px 9px 5px 15px;
  text-align:center;
}

th.your_plan{
  background: #57AE26;
  padding: 0;
  font-size: 16px !important;
  text-align:center;
  color:#FFF;
}

tr.your_plan, tr.your_plan th{
  padding: 0;
  font-size: 12px ;
}

td.first, td.first_even {
  text-align: right;
  font-weight: bold;
  background:#E0E0E0;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

td.first_odd {
  text-align: right;
  font-weight: bold;
  background:#FFF;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

td.first_even {
  border-top: none;
}

td.even {
  background: #EDEDED;
  border-right: 1px solid #CCC;
}

td.odd {
  border-right: 1px solid #CCC;
}

td img {
  vertical-align:-3px;
}

table.plan_update {
  display:inline;
}

table.plan_update td{
  text-align: left;
}

.to_plan {
  float:left;
  padding-top: 80px;
  font-size: 40px;
}

.yellow {
  background: #FDFD53;
  padding: 2px;
}

td.last_row {
  border-bottom: 1px solid #CCC;
}
td.first_row {
  border-top: 1px solid #CCC;
}

tr.button td {
  text-align: center;
  vertical-align: top;
}
.validate_plan {
  margin-left: 410px;
}
.with_cc {
  color: #808080;
  font-size: 10px;
  text-align: center;
}
.no_cc {
  color: #288800;
  font-size: 10px;
  text-align: center;
}

#creditcard_error {
  width: 865px;
  padding: 3px;
  border: 2px solid #8A1F11;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* Twitter */

.tryagain {
  margin: 20px 0 20px  368px;
}


/* Pricing */
#pricing h2 {
  color:#14B300;
  font-size: 36px;
  margin:0;
}

#pricing h3 {
  color:#000;
  font-size: 21px;
  border: none;
  margin:0 0 30px 0;
}

#integration {
  margin-left: 10px;
  padding-left: 30px;
  border-left: 1px solid #CCC;
}

#terms {
  color:#4D4D4D;
}

#terms h3 {
  color:#4D4D4D;
  border:none;
  padding:0;
  margin:0;
}

#custom {
  float:left;
  padding-top: 20px;
}

#custom h4{
  color:#333333;
  font-size: 18px;
  border: none;
  margin:0;
}

#custom .subtitle {
  margin-bottom: 10px;
  font-variant: small-caps;
  font-size: 14px;
}

.tooltip {
  background: url(../images/bg_tooltip.png);
  position: absolute;
  width: 200px;
  top: -11px;
  right: -230px;
  color: #FFF;
  text-align: left;
  padding: 5px 5px 5px 20px;
  font-weight: normal;
}

.tooltip h1 {
  font-size:20px;
}
.legend_container {
  position:relative; 
}

#subscriptions h2 {
  color: #000;
  font-size: 18px;
}

/* About */
#about, #about  p {
  color: #000;
}
#about h2 {
  
}

#about h3 {
  margin: 0 0 1em 000;
}

#about h4 {
  color: #000;
  margin: 0 0 1em 000;
  border: none;
  font-size: 1.5em;
}

#about p {
  padding:0;
  padding-right: 10px;
}

#about #green {
  background: #F8FFEA;
  margin-left:-40px;
  padding:20px 40px 10px;
}

#about img.first {
  margin-top: 95px;
}

#about img {
  margin-top: 50px;
  margin-bottom: 10px;
}

#about .name {
  font-size: 14px;
}

#about .title {
  font-size: 14px;
  color: #64B72A;
  font-weight: bold;
  margin-bottom: 10px;
}

#about #rightcol {
  padding-left: 20px;
}

.failed {
  color: #FF2222;
  font-size: 14px;
}