/*for commentform (taken from Paul Arms) http://blog.paularms.com/article/new-comment-form**********************/

form#txpCommentInputForm { margin-top: 2em; }

#txpCommentInputForm a:link {color:#D84D01;}
#txpCommentInputForm a:visited {color:#D84D01;}
#txpCommentInputForm a:hover {color:#742F27;}

/*das gesamte Formular mit Breite und Border*/
  dl#commentForm {
  width:333px; 
  margin: 0 0 80px 0; 
  border: 1px solid #E5E5E5;
  padding: 2px 3px;
}

/*Ausgabe 'Leave a Comment'*/
#txpCommentInputForm h3 {
  font-family:"Times New Roman";
  font-size: 1.6em;
  font-style: italic;
  color:#9D8A4F;
}

/*Textile Help Link oben rechts****/
  dl#commentForm dt span { 
  float: right; 
  width: auto; 
  font-size: 0.7em;
}

/*dt Ausgabe Message */
  dl#commentForm dt { 
  clear: right;
  font-family:"Times New Roman";
  font-size: 1.4em;
  font-style: italic;
  color:#9D8A4F;
 }

/*Styling aller dd´s*/
dl#commentForm dd { 
  padding: 0;
  margin: 0 0 5px 0; 
  width: 332px;
  background-color:#fff;
}

/*Styling aller Inputfelder*/
dl#commentForm input, dl#commentForm textarea {
  margin: 2px 0;
  font-family: Arial, Helvetica, serif;
  font-size: 1.1em;
}

/*Styling des Message-Eingabefeldes*/
dl#commentForm textarea { 
  height: 12em; 
  width: 100%;
  border: 1px solid #999;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC; 
}

/*Breite der Inputfelder fuer Email, name, http*/
.comment_name_input, .comment_email_input, .comment_web_input {
  width: 265px;
  border: 1px solid #999;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

/*Farbe aller Eingabefelder bei focus*/
dl#commentForm input:focus, dl#commentForm textarea:focus {
  background: #FCF8F3;
}

/*Styling aller Labels*/
dl#commentForm label { 
  font-size: 1.2em;
  font-style: italic;
  color:#9D8A4F;
  float:left;
  width:60px;
  clear:both;
  font-family:"Times New Roman", Times, serif;
}

/*Angabe zu Textile unterhalb*/
dl#commentForm dt#previewNotice {
  background: #FCF8F3;
  text-align: center;
  font-size: 1.2em;
  padding: 3px 0;
}

.comments_error {
    border: solid 1px #FF7832;
    color:#FF7832;
    padding-left:5px;
    margin-bottom:10px;
}

dd.submitButton {text-align:right;}

dd.submitButton .button {
   background: url(../gif/button.jpg) no-repeat;
   width:70px;
   height:25px;
   font-size:11px;
   border:none;
   text-transform:capitalize;
}

/*Styling des SubmitButtons bei hover und active*/
dl#commentForm input[type="submit"]:hover { background: url(../gif/button_h.jpg ) no-repeat; }
dl#commentForm input[type="submit"]:active {background: url(../gif/button.jpg ) no-repeat; }