.forumMessage {
	position: relative;
	width: 100%;
	height: 40px;
	display: block;
}
.forumMessage .info {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 100%;
}
.forumMessage .message {
	position: absolute;
	top: 0px;
	left: 120px;
	height: 100%;
	overflow: auto;
}

img {
	vertical-align: middle;
}

a:focus {
	outline: 0;
}

span.radio_thumbsup {
	position: absolute;
	background: url("../img/vote_yes_gray.png") no-repeat;
	width: 25px;
	height: 32px;
}
span.radio_thumbsup.active {
	background: url("../img/vote_yes.png") no-repeat;
}
span.radio_thumbsdown {
	position: absolute;
	background: url("../img/vote_no_gray.png") no-repeat;
	width: 25px;
	height: 32px;
}
span.radio_thumbsdown.active {
	background: url("../img/vote_no.png") no-repeat;
}
span.checkbox_16plus {
	position: absolute;
	background: url("../img/vote_16+_gray.png") no-repeat;
	width: 32px;
	height: 32px;
}
span.checkbox_16plus.active {
	background: url("../img/vote_16+.png") no-repeat;
}
span.radio_thumbsup + label {
	padding-left: 30px;
	line-height: 36px;
}
span.radio_thumbsdown + label {
	padding-left: 30px;
	line-height: 36px;
}
span.checkbox_16plus + label {
	padding-left: 35px;
	line-height: 36px;
}
div.loading {
	background: url("../img/loading.gif") no-repeat scroll center transparent;
	width: 100%;
	height: 11px;
}
div#image_overlay_div {
	background-color: #000;
}
img#image_overlay_img {
	border: 32px solid #fff;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}
div.score_reset {
	position: relative;
	float: left;
	background: url("../img/score_clr.png") no-repeat scroll 0px 0px transparent;
	width: 15px;
	height: 14px;
}
div.score_no {
	position: relative;
	float: left;
	background: url("../img/score.png") no-repeat scroll -75px 0px transparent;
	width: 75px;
	height: 14px;
}
div.score_6 {
	position: relative;
	float: left;
	background: url("../img/score.png") no-repeat scroll -60px 0px transparent;
	width: 75px;
	height: 14px;
}
div.score_7 {
	position: relative;
	float: left;
	background: url("../img/score.png") no-repeat scroll -45px 0px transparent;
	width: 75px;
	height: 14px;
}
div.score_8 {
	position: relative;
	float: left;
	background: url("../img/score.png") no-repeat scroll -30px 0px transparent;
	width: 75px;
	height: 14px;
}
div.score_9 {
	position: relative;
	float: left;
	background: url("../img/score.png") no-repeat scroll -15px 0px transparent;
	width: 75px;
	height: 14px;
}
div.score_10 {
	position: relative;
	float: left;
	background: url("../img/score.png") no-repeat scroll 0px 0px transparent;
	width: 75px;
	height: 14px;
}
div.goToPrevAnchor {
	position: fixed;
	right: 128px;
	bottom: 32px;
	height: 19px;
	width: 48px
	background: url("../img/prev-48.png") no-repeat scroll 0px 0px transparent;
}
div.goToNextAnchor {
	position: fixed;
	right: 16px;
	bottom: 32px;
	height: 19px;
	width: 48px;
	background: url("../img/next-48.png") no-repeat scroll 0px 0px transparent;
}
ul.messageOptions {
	float: right;
	padding: 0;
	margin: 0;
}
ul.messageOptions li {
	float: left;
	list-style: none outside none;
	padding: 0.25em;
	margin: 0;
	cursor: pointer;
}
ul.messageOptions li a img {
	border: 0;
}
div#centered_screen_notification_div {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 320px;
	height: 60px;
	background-color: #000;
	border: 16px solid #000;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	text-align: center;
	margin-left: -160px;
	margin-height: 30px;
	padding: 0;
	color: #FFF;
}
div#reactions_notification_div {
	position: fixed;
	right: 10px;
	top: 10px;
	background-color: #000;
	border: 16px solid #000;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	text-align: center;
	padding: 0;
	color: #FFF;
}
hr.dottedRuler {
	border-top: 1px dotted black;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0;
}
.showWhenParentHovered {
	display: none;
}
.showWhenParentHovered.active {
	display: block;
	border: 1px dotted black;
	padding: 0.5em 2em 0.5em 2em;
	margin: 0.5em 2em 0.5em 2em;
}
.dottedBorder {
	border: 1px dotted black;
	padding: 0.5em 2em 0.5em 2em;
	margin: 0.5em 2em 0.5em 2em;
}
div.opinions {
	margin: 1em 1em 1em 15em;
	zoom: 1;
}
div.padABit {
	margin: 1em 1em 1em 1em;
	zoom: 1;
}
.clickMouseCursor {
	cursor: pointer;
}
div.artBlock {
	font-family: Trebuchet MS;
	font-size: 16px;
}
.textOptions {
	position: absolute;
	overflow: visible;
}
