img {
  border: none;
}

.rates td{
  border-bottom: 1px solid #ADD8E6;
}

.rate{
  text-align: right;
  padding-right: 20px;
}

#form-error .msg {
  padding: 10px;
  color: #000000;
  margin-bottom: 10px;
  text-align: left;
}

#form-error .msg ul {
  line-height: 130%;
  padding: 0px;
  margin: 0px;
  background: none;
  margin-left: 30px;
}

#form-error .msg li {
  list-style: none;
  color: #000000;
}


#form-error .msg-info {
  background-color: #73FF69;
  border: 1px solid #339900;
}

#form-error .msg-error  {
  background-color: #FF929A;
  border: 1px solid #FF0012;
}

.form-error {
  border: 2px solid red;
}

.form-required {
  color: red;
  font-weight: bold;
  font-size: 120%;
}

.checkout td{
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #8DB2E3;
}
.checkout th{
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #8DB2E3;
}


#social {
  position: relative;
  border: 1px outset #aaa;
  background:#fff;
  padding: 10px;
}
.social-js {
  margin-top: -40px;
}

.social a {
  padding: 2px 20px;
}

.social a.delicious {
background:transparent url(/images/bookmark_delicious.gif) no-repeat scroll 0 0;
}

.social a.digg {
background:transparent url(/images/bookmark_digg.gif) no-repeat scroll 0 0;
}

.social a.reddit {
background:transparent url(/images/bookmark_reddit.gif) no-repeat scroll 0 0;
}

.social a.facebook {
background:transparent url(/images/bookmark_facebook.gif) no-repeat scroll 0 0;
}

.social a.stumbleupon {
background:transparent url(/images/bookmark_stumbleupon.gif) no-repeat scroll 0 0;
}

.social a.google {
background:transparent url(/images/bookmark_google.gif) no-repeat scroll 0 0;
}

a.external{
  background:transparent url(/images/external-link.png) no-repeat scroll right center;
  padding-right:13px;
}

a[href$='.pdf'] {
display:inline-block;
padding-left:28px;
line-height:18px;
background:transparent url(/images/PDF_icon.png) center left no-repeat;
}

/* Features table */

table.features{
  width: 100%; 
}

.features td{
  padding: 3px;
  text-align: center;
  border-bottom: 1px solid #BFBFBF;
}

.features td.x-feature-description {
  text-align: left;
}

#progress_bar {  
  width:102px;  
  height:7px;  
  border:1px solid #ccc;  
  padding:0;  
  margin:0;  
  position:relative;  
  background-image:url("/images/progress_bar.gif");  
  background-repeat:repeat-x;  
} 
 
#progress_bar div {  
  background-color:#fff;  
}

.why ul{
margin: 0;
padding: 0;
}

.why li {
  background: url(/images/tick.gif) no-repeat scroll 0 0 ! important;
  padding-left:22px ! important;
  list-style: none ! important;
  font-size: 14px ! important;
  margin-bottom: 5px ! important;
}

.img-ul ul { padding: 0px; margin: 0px; }

.img-ul li {
  padding-left:22px ! important;
  list-style: none ! important;
  margin-bottom: 14px ! important;
  background-repeat:no-repeat;
  background-position:0 0;
}
