/* reply */
.reply .mainContents{
  text-align:left;
}

.reply .mainContents table td{
  text-align:center;
}

.reply .mainContents table textarea{
  width:100%;
}

.reply .borderdot{
  clear:both;
  margin:15px 0 0 0;
  border-top:1px dotted #cccccc;
}

.mainContents table tr.alert{
  background-color:#ff9999;
}

.mainContents table .answered{
  background-color:#ffff99;
}

.cellwidth {
  width: 10%;
}