html {
  border: 0;
  scrollbar-face-color: #e1e1c6;
  scrollbar-arrow-color: #a64441;
  scrollbar-track-color: #eaead5;
  scrollbar-shadow-color: #e1e1c6;
  scrollbar-highlight-color: #ececd8;
  scrollbar-3dlight-color: #ececd8;
  scrollbar-darkshadow-color: #b0b09b;
}

body {
  padding: 0;
  margin: 0;
  text-align: center;
  background: #FFFFEC url('images/commentheader.jpg') top center no-repeat;
}

#wrapper {
  margin: auto;
  width: 420px;
  text-align: justify;
  direction: rtl;
  font: normal 8pt 'tahoma';
  line-height: 1.5em;
  /* color: #857C70; */
  color: #746b60;
  margin-top: 130px;
}

.comment {
  background: url('images/commentline.gif') bottom center no-repeat;
  padding: 20px 0;
}

.name, .body, .name p, .body p {
  display: inline;
}

.footer {
  direction: ltr;
  text-align: left;
  font: normal 7pt 'verdana';
  margin-top: 10px;
}

.name, .name a, .name a:hover {
  color: #D98084;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#left {
  float: left;
  width: 50%;
  direction: ltr;
  text-align: left;
}

#right {
  float: right;
  width: 50%;
  direction: ltr;
  text-align: left;
}

* html #right {
  margin-top: -15px;
}

head:first-child+body #right {
  margin-top: -23px;
}

.textbox {
  border: 1px solid #F2EECF;
  background: #FFFFEE;
  color: #968B77;
  font: normal 8pt 'tahoma';
  padding: 2px 5px;
}

.label, .textboxc {
  display: inline;
}

.textboxc {
  margin-left: 10px;
}

.formc {
  margin-bottom: 20px;
}

textarea {
  border: 1px solid #F2EFD0;
  background: #FFFCF1;
  color: #968B77;
  font: normal 8pt 'tahoma';
  padding: 2px 5px;
  width: 180px;
  height: 95px;
  scrollbar-face-color: #FFFFEF;
  scrollbar-arrow-color: #DEDBCC;
  scrollbar-track-color: #FFFFEF;
  scrollbar-shadow-color: #FFFFEF;
  scrollbar-highlight-color: #FFFFEF;
  scrollbar-3dlight-color: #FFFFEF;
  scrollbar-darkshadow-color: #FFFFEF;
}

#post {
  margin-top: 5px;
  text-align: right;
}

#comment #l, #cooment #r{
  margin-bottom: 5px;
}

#comment #l {
  float: left;
  width: 100px;
  text-align: left;
}

#comment #r {
  float: right;
  width: 100px;
  text-align: right;
}

#languageImage {
  cursor: hand;
  margin-right: 17px;
}

#post input {
  font: bold 7pt verdana;
  background: #FFFFEC;
  border: 0;
  padding-right: 10px;
  color: #99998F;
  cursor: hand;
}

.error {
  text-align: center;
  color: #D98084;
  direction: ltr;
}
