/*
 * Lays out items for the home component
 */

.home-box { 
  width: 800px;
  background-image: url( images/reviewbkg.gif );
  background-repeat: repeat-x;
  background-position: bottom;
  padding-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 35px;
  padding-left: 10px;
  height: 150px;
}

.home-listings { 
  float: left;
  text-align: left;
}

.home-login { 
  border: 1px solid #89A1C8;
  margin-left: 540px;
  margin-right: 10px;
  text-align: center;
  padding-bottom: 10px;
}

.login-table { 
  text-align: center;
}

.login-table th { 
  text-align: right;
}

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

.home .listings-recent-reviews { 
  padding-top: 47px;
  background: transparent url( images/recent.jpg ) no-repeat top left;
}

.home-feedback-form-table { 
  width: 100%;
}

.home-feedback-form-table th { 
  width: 50%;
  vertical-align: top;
  text-align: right;
}

.home-feedback-form-table td { 
  width: 50%;
  vertical-align: top;
  text-align: left;
}

.home-feedback-form-table input { 
  width: 150px;
}

.home-feedback-form-table select { 
  width: 150px;
}

#mce_editor_0_styleSelect, #mce_editor_0_formatSelect { 
  margin-left: 5px;
  width: 75px;
}

.home-recent-reviews { 
  vertical-align: top;
  margin-left: 235px;
  margin-top: -20px;
}

.home-refer-friends { 
  padding-top: 15px;
  clear: both;
}

.home-refer-friends td { 
  text-align: center;
}

.home-refer-friends th { 
  text-align: center;
}

.home-refer-friends input { 
  width: 250px;
}

.home-admin-view-table img { 
  padding-right: 5px;
  border: 0px;
}

.home-admin-view-table td { 
  padding: 5px;
}

.home-modify-business {
  margin-bottom: 10px;
}

