div.editablebox.placeholder{
   color: #666666;
}

div.editablebox{
   border-radius: 4px;
  overflow: hidden;
  padding: 6px;
  border: 1px solid gray;
  overflow-y: auto;
  word-wrap: break-word;
  background-color: white;
}

div.editablebox:hover{
 cursor: text;
}


div.editablebox.comment{
   width: auto;
   height: 80px;
   margin-bottom: 6px;
}

div#addcommentbox{
  width: 500px;
}

div#addcommentbox a.cancel{
  display: none;
}

div.commentsreplybox{
   width: auto;
}

div.commentsreplybox .title{
  margin: 4px 0 18px 0;
}

div.commentsreplybox .buttons{
   text-align: right;   
}

li.comment a.flagcomment{
  vertical-align: middle;
  float: left;
  margin-left: 6px;
  font-size: 80%;
  display: none;
}

li.comment span.flagcommentstatus{
  vertical-align: middle;
  float: left;
  margin-left: 2px;
  font-size: 80%;
  display: none; 
}

div.commentsreplybox .buttons a.button{
   border-radius: 4px;
   font-size: 95%;
   padding-left: 14px;
   padding-right: 14px;
   padding-top: 3px;
   padding-bottom: 3px;
}

ul.comments{
   margin: 16px 0 0 0;
   padding: 0;
   text-indent: 0;
}

ul.comments li.comment{
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 16px;
}

ul.comments li.comment div.top{
  background-color: #eeeeee;
  padding: 3px;
  margin-bottom: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px; 
}

ul.comments li.comment div.top img{
  border: 1px solid darkgray;
  border-radius: 4px;
  box-shadow: 0 0 1px #888;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}

ul.comments li.comment div.top span.date{
  float: right;
  font-size: 95%;
  margin-top: 6px;
}

ul.comments li.comment div.top span.in_reply_to{
  color: gray;
  font-size: 95%;
  margin-top: 6px;
}

ul.comments li.comment div.text{ 
  padding-left: 6px;
  margin-bottom: 2px;
  width: inherit;
}

ul.comments li.comment div.bottom{
  margin-top: 4px;
  text-align: right;
}

ul.comments li.comment div.bottom a.button{
  font-size: 70%;
  border-radius: 4px;
}

span.warning{
  background-image: url(/data/images/warning20.png);
  background-repeat: no-repeat;
  background-position: 2px 50%;
  background-color: #ff9999;
  padding: 4px 2px 0px 30px;
  margin: 0;
  text-align: left;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

ul.comments li.commentreply{
  list-style-image: none;
  list-style-type: none;
  display: none;
  background-color: #eeeeee;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px; 
  padding-bottom: 10px;
  margin-bottom: 16px;
}



