html, body {
  min-height:101%;
  padding: 0;
  margin: 0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #d9ecf2 url('/imgs/header.gif') center top no-repeat;
}
a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
a:hover, a:active {
  text-decoration: underline;
  color: #47c8ed;
}
div,p{
  margin: 0;
  padding: 0;
}
div#content {
  background: white;
  margin: 205px auto;
  width: 960px;
  min-height: 100px;
  font-size: 12px;
  color: #000;
}
div#header-text {
  height:0;
  overflow:hidden;
}
div#maincol.default {
  width: 580px;
  margin: 20px 0 0 40px;
  float: left;
  display: inline;
}
div#sidebar {
  background: url('/imgs/sidebar.gif') repeat-y;
  width: 229px;
  float: left;
  display: inline;
  margin: 30px 0 0 40px;
}
div#sidebar_top {
  background: url('/imgs/sidebar_top.gif') no-repeat top;
  width: 229px;
  height: 19px;
}
div#sidebar_bottom {
  background: url('/imgs/sidebar_bottom.gif') no-repeat bottom;
  width: 229px;
  height: 10px;
}
div#sidebar_content {
  width: 200px;
  margin: 10px 12px 10px 15px;
}
div#sidebar_ad {
  background: url('/imgs/sidebar_ad.gif') no-repeat;
  margin: 10px 0;
  height: 1px;
  padding-top:357px;
  overflow: hidden;
  clear: both;
}
div#pricing {
  height: 1px;
  padding-top: 415px;  
  width: 960px;
  overflow: hidden;
}
p#categories {
  height:0;  
  width: 960px;
  overflow: hidden;
}
div#pricing.default {
  background: url('/imgs/index_pricing.gif') no-repeat;
}
div#pricing.superspecial {
  background: url('/imgs/index_pricing_superspecial.gif') no-repeat;
}
div#signup_products h3 {
  background: url('/imgs/get_started.gif') no-repeat;
  display: block;
  height: 0px;
  padding-top: 15px;
  overflow: hidden;
  margin: 5px 0;
}
div#signup_products h4 {
  font-family: Arial Black, Arial Black, Gadget, sans-serif;
  font-size: 22px;
  color: #24bde9;
  margin: 5px 0;
}
div#signup_products h4 em {
  font-size: 16px;
}
a#signup {
 text-decoration: none;
}
p {
  line-height: 1.5em;
}
p.index {
 width: 340px;
 padding: 0;
 float: left;
 display: inline;
 margin: 20px 0px 20px 50px;
}
p#lcol.index {
 margin-left: 110px;
}
div#footer {
 width: 100%;
 clear: both;
 text-align: center;
 font-size: 10px;
 padding: 20px 0;
}
div#menu {
  position: absolute;
  top: 25px;
  text-align: center;
  width: 100%;
  color: grey;
  font-size: 12px;
}
div#menu a {
  margin: 0 1em;
}
div#features {
  font-family: Arial Black, Arial Black, Gadget, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #7d7d7d;
  margin: 0;
}
div#features.index {
  margin: -400px 0 230px 530px;
  font-size: 22px;
  line-height: 29px;
}
div#features b {
  color: #ed1c24;
}
div#features ul {
  margin-top: 0;
  margin-left: 0;
}
div#features ul li {
  list-style: url('/imgs/bullet.gif');
  margin-left: 0;
}
input {
  margin: 2px 0;
}
div#members form {
  font-size: 11px;
}
#cptitle, #cplogin, #cppw, #cprem, #cpfp {
  margin-left: 15px;
}
div#login-graphic {
  height:0;
  overflow:hidden;
}
div#cptitle {
  font-size: 14px;
  font-weight: bold;
}
#cplogin input, #cppw input {
  width: 155px;
  margin: 5px 0;
}
#cprem, #cpbut {
  float: left;
  display: inline;
  margin-right: 5px;
}
#cpfp {
  clear: both;
}
span.small {
  font-size: 11px;
}
.error {
  color: red;
  font-weight: bold;
}
.success {
  color: green;
  font-weight: bold;
}
fieldset {
  margin-top: 20px;
}
fieldset label{
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 30%;
}
fieldset input {
  float: left;
  width: 50%;
}
