/*COMMENTS
*------------------------------------*/

.cmt_currentcomments {
}

.cmt_title {
  font-size: 18px;
  line-height:150%;
  font-weight:bold;
  text-align:left;
  padding-top:25px;
  padding-bottom:15px;
}

.cmt_commentbody {
}

.cmt_postedby {
  background-color: #666;
  border-top: 1px dotted #ccc;
  margin-top:10px;
  /*background: url(/pic/abullet.gif) no-repeat 0 4px;*/
}

.cmt_text {
}

.cmt_answer {
  margin-top: 1em;
  color:#faa;
  font-size: 90%;
}

.cmt_answer_from {
  font-weight:bold;
}

/*FORMS
*------------------------------------*/

.cmt_submitcomment {
}

.cmt_formtitle {
  font-size: 18px;
  line-height:150%;
  font-weight:bold;
  text-align:left;
  padding-top:25px;
  padding-bottom:15px;
}

.cmt_opt {
  font-weight:normal;
  text-align:right;
}
.cmt_req {
  font-weight:bold;
  text-align:right;
}

.cmt_form, .cmt_formttl, .cmt_formtext {
  background-color: #666;
  border: dotted 1px white;
  padding: 2px;
  color: white;
}
.cmt_form {
  width: 40%;
}
.cmt_formtext, .cmt_formttl {
  width: 75%;
}

.cmt_form:focus, .cmt_formtext:focus {
  background-color: #666;
  border: solid 1px white;
}

.cmt_submit {
  background-color: #D3D3D3;
  border: solid 1px #C6C6C6;
  border-right:  solid 1px #9A9A9A;
  border-bottom:  solid 1px #9A9A9A;
}

.cmt_submit:hover, .cmt_submit:focus {
  background: #EDEDED;
}

