
  .progress {
    bottom: 23px;
    padding-left: 20px;
    left: 37px;
    width: 20px;
    display: none;
  }

  .commentcontent{
    font-size:10pt;
  }

  #comments li.odd > div.colored-div{
    background-color:#000000;
  }
  #comments li.even > div.colored-div{
    background-color:#28081d;
  }

  #comments li.newcomment > div.colored-div{
    background-color:transparent;
  }

  #comments span.meta {
    color:#666666;
    font-size:0.85em;
    margin:0 0 1.5em;
  }
  #comments ul {
    list-style: none;
    margin-left: 64px;
  }
  #comments ul li {
    list-style: none;
    font-size:10pt;
  }

  #comments ul.children {
    /*border-left:solid 1px #333;*/
  }

  #comments img.avatar{
    float:left;
    margin-right:10px;
  }

  #comments h4{
font-style:normal;font-weight:normal;
  }
  #comments h4 span.meta{
font-style:normal;font-weight:normal;
  }
  #comments h4 span.meta span.actions a{
font-style:normal;font-weight:normal;
  }
  #comments div.commentcontent p{
font-style:normal;font-weight:normal;
  }

  #help, #notify {
    position: fixed;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 10000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    display: none;
    padding: 30px;

    background: black;
    color: white;
  }
  #help {
    top: 50%;
    width: 50%;
    left: 50%;
    margin: -10% 0 0 -25%;
font-style:normal;font-weight:normal;
  }
  #notify {
    top: 90%;
    width: 20%;
    left: 50%;
    margin: -10% 0 0 -10%;
    text-align: center;
    
font-style:normal;font-weight:normal;

  }

  #help dl {
    margin: 0; padding: 0;
  }
  #help dd, #help dt {
    display: block;
    float: left;
    margin: 0; padding: 0;
  }
  #help dt {
    width: 15%;
    padding-right: 5%;
    text-align: right;
    clear: left;
  }
  #help dd {
    width: 80%;
  }

  #comment-reply-form-title {
font-style:normal;font-weight:normal;
  }

  #comment-submit{
font-style:normal;font-weight:normal;
  }


