.jot-err {border: 1px solid red;font-weight: bold;color: red;padding: 5px;margin-bottom: 10px;}
.jot-cfm {border: 1px solid green;font-weight: bold;color: green;padding: 5px;margin-bottom: 10px;}


.jot-head,
.jot-poster,
.jot-editby,
.jot-extra { font-size: 0.8em; }

.jot-poster { color: #808080; }

.jot-row {
  background-color: #21201c;
  border: solid #565456 1px;
  margin-bottom: 10px;  
  padding: 2px; 
  -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.jot-row-alt { background-color: #12110e; }
.jot-row-author { }
.jot-row-me { }

.jot-row-up {border: 1px dotted red;}
.jot-row-new {border: 1px dotted green;}
.jot-comment {padding: 3px;}
.jot-comment hr {border: 0px; border-bottom: 1px solid #cccccc;}
.jot-posticon {float: right;width: 20px;height: 20px;padding-top: 8px;padding-right: 3px;}
.jot-posticon img {border: 0px;}
.jot-mod {float: right;width: 100px;text-align: right;color: #666666;font-weight: bold;}
.jot-mod img {border: 0px;}
.jot-mod a {float: right;padding: 1px;padding-left: 2px;padding-right: 2px;}
.jot-mod a:hover {background-color: #666666;color: #666666;}
.jot-subject {font-weight: bold;font-size: 1.1em;}
.jot-message {padding: 2px;overflow: auto;}
.jot-poster {padding: 0px; text-align: right; }
.jot-nav {padding: 0px;text-align: center;margin: 10px;}
.jot-list ul {padding: 0px;text-align: left;margin-bottom: 10px;list-style-position: inside;}
.jot-subscribe {margin-bottom: 10px;}
.jot-form {margin-bottom: 10px;}
.jot-form fieldset {border: 0px;}
.jot-form label {display: block;}
.jot-user {float: left;width: 80px; }

.jot-extra {text-align: right;}
.jot-editby {color: #808080; font-style: italic;}

.jot-form dl dd,
.jot-form dl dt { padding-bottom: 1em; }
.jot-form dl dd { text-align: center; }

.jot-form dl dd input,
.jot-form dl dd textarea
{
  font-size:0.8em;
  background-color: #21201c;
  border: solid #565456 1px;
  color: #cccccc;
  padding: 2px; 
  width: 100%;
  -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.jot-form .button  {
  background-color: #cbe8fe;
  border: none;
  color: #000000;
  padding: 2px 8px;
  width: auto;
}

.jot-form .button:hover { 
  background-color: #404040;
  color: #eeeeee;
}

