#dws_moodscore {
	border: 1px dotted #CCC;
	position: relative;
}
#dws_moodscore .dws_moodscore_item {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
#dws_moodscore .dws_moodscore_item .dws_moodscore_score {
	font: normal 40px Georgia, "Times New Roman", Times, serif;
}
#dws_moodscore .dws_moodscore_item .dws_moodscore_name {
	text-transform: uppercase;
	color: #7cbc26;
	padding-bottom: 15px;
}
#dws_moodscore img {
	z-index: 1;
}
#dws_moodscore #dwsmoodscore_loading {
	position: absolute;
	left: 0%;
	padding: 4px;
	height: 100%;
	line-height: 16px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	top: 0px;
}
#dws_moodscore  #dwsmoodscore_loading {
	z-index: 2;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#dws_moodscore #dwsmoodscore_loading img {
	z-index: 3;
	position: absolute;
	top: 70%;
	left: 42%;
}