#flash_notice, #flash_error {
	font-weight: bold;
	background-color: #CFC;
	border-top: 2px solid #6C6;
	border-bottom: 2px solid #6C6;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
}
 
#flash_error {
  background-color: #FCC;
  border-color: #C66;
}

ul#plugin_list li {
	list-style-type: none;
	margin-bottom: 2em;
}

li.plugin span.name {
	font-weight: bold;
}

ul#category_list li, ul#tag_list li {
	list-style-type: none;
	margin-bottom: 1em;
	width: 48%;
	float: left;
}

#left_side h2 {
	clear: left;
}

table#plugin_summary {
	border: 1px solid #F4F4F3;
	width: 100%;
}

table#plugin_summary th {
	text-align: left;
	padding-right: 5px;
}

table#plugin_summary td * {
	vertical-align: middle;
}

#plugin_comments li.comment {
	clear: left;
	margin-bottom: 2em;
}

#plugin_comments .comment_meta {
	float: left;
	width: 150px;
	margin-bottom: 2em;
}

#plugin_comments .comment_meta img {
	float: right;
}

#plugin_comments .comment_main {
	margin-left: 150px;
}

#favorite_list li {
	padding-bottom: 2em;
}

#favorite_list li a.delete {
	float: right;
}

td.ops {
	text-align: center;
}

table#comments td {
	vertical-align: top;
	padding-bottom: 5px;
}

table#comments td p {
	margin-top: 0px;
}

form.edit label {
	display: block;
	font-weight: bold;
}

form span.help {
	font-size: 90%;
	font-style: italic;
}

.fieldWithErrors {
  display: inline;
}
 
#errorExplanation {
  width: 400px;
  border: 2px solid #C66;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #FCC;
}
 
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}
 
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}
 
#errorExplanation ul {
  margin: 2px 24px;
}
 
#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

#add_comment {
	clear:left;
}