/***ueppy3.1.00***/
form.commentiForm label {
  display:block;
  height:30px;
}
form.commentiForm label span.txtlbl {
  width:200px;
  display:block;
  float:left;
  line-height:20px;
}
form.commentiForm label input.ueppyinptxt {
  border:1px solid #000;
  line-height:20px;
  width:350px;
	font-family:verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}
form.commentiForm label textarea.ueppytarea {
  width:350px;
  height:200px;
	font-family:verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  border:1px solid #000;
}