div.comment div.picture {
  text-align: right;
}

div.comment span.username {
  font-weight: bold;
}

div.comment span.date {
  font-style: italic;
}

div.comment span.new {
  color: #5B1100;
  font-weight: bold;
}

div.comment div.permalink {
  width:32px;
  float:right;
}

div.comment img {
  margin: 0;
  border: 1px solid #ccc;
  padding:1px;
}

div.comment {
  padding: 0.75em 1em;
  margin: 1.5em 0;
}

div.comment.odd {

}

div.comment.author {
  background: #ffc;
}

div.form-item div.description img {
  margin: 0;
}
div.form-item {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 1px solid #DD7777;
  background: #FFCCCC;
  color: #8A1F11;
}

.form-item strong.error {
  display: block;
}

.form-item textarea.error {
  padding: 0.2em;
}

.form-item .description {
  font-size: 0.7em;
  line-height: 1.45em; /* more accurate line-height value */
  color: #8D8D8D;
}
.form-item label {
  display: block;
  font-weight: bold;
  color: #183A94;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}

fieldset {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 0.5em;
}

fieldset legend {
  display: block;
  font-size: 1em;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 0.4em;
}

/* prevent uncessary scrollbars */
fieldset .collapsible {
  overflow: hidden;
}
td.commentlist {
 	vertical-align: top; 
	color: #183A94;
	font-size: 12px;
}
td.comment {
 	font-style:italic; 
	font-size: 14px; 
	font-weight: bold; 
	color:#8D8D8D;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	padding-bottom: 15px;
}
ul.menu {
	border:medium none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:1em;
	padding-left:17px;
	text-align:left;
	height:19px;
}
ul.menu li {
	float: left;
}
ul.menu li a {
	margin-right: 50px;
}
.float_clear {
	clear:both;
}

