TABLE.blogIndex {
  margin-bottom: 10px;
}

TABLE.blogIndex TD {
  padding: 5px 5px 0px 5px;
}

TABLE.blogIndex DIV {
  font-size: 10px;
  text-align: left;
}

TABLE.blogIndex A {
  font-weight: normal;
}

INPUT.button60 {
    width: 60px;
    background-color: #EFEFEF;
    border: solid 1px black;
    padding: 0px;
    font-size: 11px;
    font-weight: bold;
    cursor: hand;
}

.inputText {
    width: 98%; 
    font-size: 11px;
}

.inputLabel {
    text-align: right;
    padding-right: 4px;
}

.commentsInsert {
    font-size: 11px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    padding: 5px;
 }
 
.comments {
    background-color: #EFEFEF;
    font-size: 11px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    padding: 2px;
 }
 
 .commentsAuthor {
    font-weight: normal;
    text-align: right;
    font-size: 10px;
 } 
 
 .commentsDelete {
    padding-top: 0px;
    font-weight: normal;
    text-align: center;
    font-size: 10px;
 } 
 
 .commentsText {
    text-align: justify;
 } 
 
 .commentsTitle {
    font-weight: bold;
    padding-bottom: 2px;
 }
 
 .error {
    color: red;
    text-align: center;
    padding: 2px 0px 3px 0px;
 }
 
