.thermometer{
	position:relative;
	color:#333333;
}
	.thermometer .t_body{
		border:1px solid #333333;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin: 10px 0px;
		height:24px;
		padding:1px;
		position:relative;
		overflow:hidden;		
	}
		.thermometer .t_level{
			width:0%;
			float:left;
			overflow:hidden;
			background-color:#EEEEEE;
			height:24px;
			background: #0b9748;
			background: -moz-linear-gradient(top, #0b9748 0%, #0b9748 50%, #0b9748 51%, #0b9748 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b9748), color-stop(50%,#0b9748), color-stop(51%,#0b9748), color-stop(100%,#0b9748));
			background: -webkit-linear-gradient(top, #0b9748 0%,#0b9748 50%,#0b9748 51%,#0b9748 100%);
			background: -o-linear-gradient(top, #0b9748 0%,#0b9748 50%,#0b9748 51%,#0b9748 100%);
			background: -ms-linear-gradient(top, #0b9748 0%,#0b9748 50%,#0b9748 51%,#0b9748 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b9748', endColorstr='#0b9748',GradientType=0 );
			background: linear-gradient(top, #0b9748 0%,#0b9748 50%,#0b9748 51%,#0b9748 100%);
		}
		.thermometer .t_body .t_current{
			font-family: 'Oswald',sans-serif;
			font-weight: 500;
			font-size:18px;
			line-height:20px;
			position:absolute;
			color:#333333;
			margin-left:-80px;
		}
	.thermometer .t_target_pointer,
	.thermometer .t_msg {
		color: #333333;
	}