/*Modul user_comment*/
input[type=text], select, textarea, input[type=file], input[type=submit]{
  margin-top: 3px;
}

input[type=text], select{
  width: 250px;
}

img{
  margin-top: 3px;
}


textarea{
  width: 200px;
  height: 100px;
}

.comment_form_label{
  width: 150px;
  display: block;
  float: left;
  font-weight: bold;
}

#auth_string{
  margin-left: 150px;
}

#comment_form{
  margin: 20px 0;
}

#show_comment{
  margin-bottom: 20px;
}