@charset "utf-8";

body {
  background-image: url(comment_bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  width: 720px;
}

#commentForm {
  position: absolute;
  top: 500px;
  left: 0;
}

#commentForm .commentText {
  margin-left: 80px;
  width: 370px;
}

#commentForm .commentSubmit {
  margin-left: 5px;
  width: 180px;
}

.comments {
  position: absolute;
  top: 200px;
  left: 40px;
  width: 640px;
  height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: bold;
}

.comment_footer {
  position: absolute;
  top: 540px;
  left: 0;
  width: 720px;
  text-align: center;
  font-size: small;
}

