@charset "utf-8";

/******************************************************
 * project   cig-cms
 * date      9-2-2010
 * author    netpositive[worbyd]
 ******************************************************/


/* comments list */
.comments_list_wrap {
  padding: 30px 0 0 0;
}

.comments_list_wrap h3 {
  width: 146px;
  height: 17px;
  background: url('../images/title_hozzaszolasok.gif') no-repeat 10px 0;
  font-size: 16px;
  text-indent: -10000px;
  text-transform: uppercase;
}

.comments_item {
  margin: 15px 0 0 0;
  line-height: 16px;
  background: #f5f5f0 url('../images/comments_item_top.gif') no-repeat left top;
  color: #7a7a7a;
}

.comments_item_inner {
  padding: 20px;
  background: url('../images/comments_item_bottom.gif') no-repeat left bottom;
}

.comments_item .name {
  padding: 0 0 2px 0;
  color: #585858;
  font-size: 15px;
  font-weight: bold;
}

.comments_item .name a { color: #929d00; }
.comments_item .date { font-size: 11px; }
.comments_item .message { margin: 10px 0 0 0; }


/* pager | comments */
.comments_pager {
  margin: 10px 0 10px 0;
  padding: 0;
  width: 450px;
}

.comments_pager a { border: 0 none; }


/* new comment form */
form#new_comment { padding: 0 10px 0 10px; }

form#new_comment h3 {
  margin: 10px 0 15px 0;
  width: 115px;
  height: 17px;
  background: url('../images/title_hozzaszolok.gif') no-repeat 0 0;
  font-size: 16px;
  text-indent: -10000px;
  text-transform: uppercase;
}

form#new_comment label {
  display: block;
  float: left;
  margin: 0 0 7px 0;
  padding: 4px 10px 4px 10px;
  width: 174px;
  height: 15px;
  line-height: 15px;
  background: #ffffff;
  font-size: 12px;
}

form#new_comment input {
  margin: 0 0 7px -194px;
  width: 174px;
  background: transparent;
  border: 1px solid #ddddd8;
}

form#new_comment label.textarea {
  padding: 10px;
  height: auto;
}
form#new_comment textarea {
  float: left;
  padding: 9px;
  margin: 0 0 7px -194px;
  width: 404px;
  height: 126px;
  border: 1px solid #ddddd8;
}

form#new_comment .captcha_wrap {
  float: left;
  position: relative;
  clear: both;
  margin: 0 0 5px 0;
  width: 170px;
  height: 32px;
}

form#new_comment .captcha_wrap a {
  display: block;
  float: left;
}

form#new_comment input.captcha {
  float: left;
  margin: 0 5px 0 0;
  width: 34px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #dfdfd9;
  color: #474747;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
p.captcha_helptext {
  float: left;
  width: 260px;
}

form#new_comment input:focus,
form#new_comment textarea:focus {
  background: #ffffff;
}

form#new_comment button.button_send {
  float: right;
  margin: 3px 5px 0 0;
  padding: 0;
  width: 134px;
  height: 25px;
  cursor: pointer;
  background: url('../images/button_hozzaszolok.png') no-repeat 0 0;
  border: 0 none;
  text-indent: 10000px;
}

form#new_comment p.error {
  padding: 0 0 10px 0;
  color: #b61515;
}