.CommentItem {
  overflow: hidden;
  max-height: 50px;
  min-width: 100px;
}
.CommentItemSmall {
  overflow: hidden;
  max-width: 100px;
}
.DoubleComment {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5 0 #888888;
  -moz-box-shadow: 0 0 5 0 #888888;
  box-shadow: 0 0 5 0 #888888;
  display: none;
  border: 1px solid navy;
  background-color: #d7edff;
  padding: 10px;
  width: 400px;
  position: absolute;
}
.ReplyCommentBackPanel {
  margin: 0 auto;
  width: 500px;
  height: 100%;
}
.ReplyPanel {
  position: fixed;
  top: 100px;
  border: 1px solid gray;
  background-color: #eaeff2;
  z-index: 99;
  padding: 3px;
  width: 500px;
  max-height: 600px;
  overflow-y: auto;
}
.ReplyPanel textarea { width: 98%; }
.ReplyPanel .CommentOnEdit {
  border: 1px solid gray;
  background-color: #f0f0f0;
  padding: 7px;
  margin: 5px;
}
.ReplyBackPanel {
  background-color: Gray;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=80);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 98;
}
.ReplyPanelHeader {
  background-color: #336699;
  color: Aqua;
  font-size: small;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}
.ReplyPanelFooter {
  background-color: #336699;
  color: Aqua;
  margin-top: 8px;
  padding: 5px;
}
.ReplyPanelFooter a { color: Aqua; }
.ReplayUpdatePanel {
  position: fixed;
  top: 0;
  right: 0;
  background-color: Orange;
}
.ReplayUpdatePanelInner { padding: 2px; }

