div#container {
 /* background: url(../images/recommend_left_back.png) repeat-y left top; */
}
#submit {
  margin: 25px 0 30px 20px;
  border-bottom: 4px double #c0c0c0;
}
#recommend_comment {
  margin: 15px 0 0 20px;
}
#recommend_box {
  margin: 5px 0 25px 20px;
}
#side {
  background-image: url(../images/side.png);
  background-repeat: repeat-y;
}
#recommend_form {
  background-image: url(../images/recommend_form.png);
  background-repeat: no-repeat;
}
#count {
  text-align: right;
  margin: 0 38px 5px 0;
}
#paginate {
  text-align: right;
  margin: 18px 20px 0 0;

}
#recommend_submit {
  margin: 0 0 30px 20px;
  border-bottom: 4px double #c0c0c0;
}
#count_zero {
  line-height: 1.5;
  margin: 20px 0 0 20px;
}
.a_recommend_table {
  border-collapse: collapse;
  font-size: 13px;
}
.a_recommend_table tr {
  border-top: 1px solid #999999;
}
.a_recommend_table tr td {
  border: 1px solid #999999;
  padding-top: 5px;
  padding-bottom: 5px;
}
.posted_by {
}
.item {
  width: 42px;
  background-color: #DADBDB;
  padding-left: 3px;
}
.value {
  width: 390px;
  padding-left: 5px;
  padding-right: 5px;
}
.tr_short {
  height: 35px;
}
.value_short {
  width: 165px;
  padding-left: 5px;
  padding-right: 5px;
}
.comic_image {
  width: 140px;
  text-align: center;
}

.recommend_search_result_table {
  margin: 5px 0 0 20px;
  border-collapse: collapse;
  font-size: 13px;
}
.recommend_search_result_table tr {
}
.recommend_search_result_table tr td {
}
.search_result_title {
  width: 340px;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  padding: 5px 5px 5px 5px;
}
.search_result_author {
  width: 130px;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  padding: 5px 5px 5px 5px;
}
.search_result_submit {
  width: 120px;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  padding: 5px 0 5px 0;
}
.google_ads {
  margin: 0 0 10px 20px;
}
