#meter {
float: right;
	width: 19%;
	margin:0;
	padding:0;
}
#picture {
	margin-right: 50px;
	padding: 0;
	width: 80%;
}

.pic {
	border: 0px solid black;
}

.totalvotes {
	font-size: 18px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.rating {
	font-size: 14px;
	font-weight: bolder;
	font-family: arial, helvetica, sans-serif;
}

.debug {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FF6666;
	background-color: inherit;
}

.commentbox {
	color: black;
	background-color: #EFF2F7;
        border: 1px dotted black;
        border-collapse: separate;
	border-spacing:  10px 5px;
}

.fixedbutton {
  display: inline;
  text-align: center;
  min-width: 150px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #F0F0F0;
  color            : #000000;
  border           : 1px solid #CCCCCC;
}
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

#overlay {
	background-image: url(lightbox-plus/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
* html #overlay {
	background-color: #000;
	background-image: url(lightbox-plus/blank.gif);
	filter: Alpha(opacity=50);
}

