@charset "UTF-8";
/* CSS Document */

#thermometer-empty {
	background-image: url(/images/thermometer/gnd-empty.jpg);
	width: 81px;
}
#thermometer-full {
	background-image: url(/images/thermometer/gnd-full.jpg);
	background-repeat: no-repeat;
	height: 304px;
	width: 81px;
	margin-right: auto;
	margin-left: auto;
}
#thermometer-marker {
	float: left;
	margin-left: 10px;
	margin-top: -10px;
}
#thermometer-standing {
	float: right;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-top: -5px;
	margin-right: -18px;
	text-align: right;
}
#thermometer-main {
	width: 100px;
	margin: 10px;
	float: left;
	background-color: #F2F2F2;
	padding: 10px;
}
#thermometer-main  p strong {
	text-align: center;
}
