#scancircle { margin:0; padding:0; }
#scancircle_prompt { margin-bottom:10px; }
#scancircle_button {
	display: inline-block; 
	width: 210px;
	line-height: 55px; 
	text-align: center;
	font-family:"Trebuchet MS";
	font-size: 20px;
	text-decoration: none !important;
	background: url(../../images/v1.24/scanbutton.png) no-repeat;
	margin:0 1px 1px 0; 
}
#scancircle_button:active { margin:1px 0 0 1px; }
#scancircle_button.alternate { font-size:12px; color:#666; }
#scancircle_dropdown {
	position: relative;
	display: inline-block;
}
#scancircle_dropdown:hover .scancircle_dropdown-content {display: block;}
.scancircle_dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 190px;
	margin-left: 10px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	font-size: 16px;
	line-height: 1em;
}
.scancircle_dropdown-content p {
	color: black;
	padding: 8px 10px 8px 20px;
	font-weight: bold;
	background: darkgray;
	margin: 0;
}
.scancircle_dropdown-content a {
	color: black;
	padding: 8px 10px 8px 20px;
	text-decoration: none !important;
	display: block;
}
.scancircle_dropdown-content a:hover {background-color: #ddd;}

#scancircle_info { display: inline-block; vertical-align:bottom; text-align:left; padding:10px 5px; line-height:20px; }
#scancircle_terms { margin:0; padding:5px 4px 20px 0; font-size:0.8em; }
#scancircle_hidden { text-decoration:inherit !important; font:inherit !important; color: inherit !important; background:inherit !important; cursor:text !important; }
#scancircle_error, #scancircle.error { padding:.8em; margin-bottom:1em; border:2px solid #ddd; }
#scancircle_error.error, #scancircle.error { background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4; }
#scancircle_error.warning { background:#FFF6BF;color:#514721;border-color:#FFD324; }
#scancircle_error.success { background:#E6EFC2;color:#264409;border-color:#C6D880; }

#speedometer {
	display: inline-block;
	position: relative;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS";
	font-weight: 900;
	z-index: 0;
}
#speedometer .speedometer_image {
	width:300px;
	height:214px;
	vertical-align: bottom;
}
#speedometer .speedometer_center {
	position:absolute; 
	width: 20px;
	height: 20px;
	top: 65%; 
	left: 46.5%; 
	z-index:200; 
}
#speedometer .speedometer_gauge {
	background-color: #474747;
	border-color: #555555 #999999 #999999 #555555;
	border-style: solid;
	border-width: 2px;
	color: white;
	font-size: 10px;
	left: 120px;
	padding: 4px;
	position: absolute;
	text-align: center;
	top: 78%;
	min-width: 50px;
	z-index: 10;
	line-height: 10px;
	overflow: hidden;
}
#speedometer .speedometer_label {
	position:absolute; 
	font-size:9px;
	color:gray;
	z-index:50;
}
#speedometer .speedometer_label:nth-of-type(1) {
	top: 68%;
	left: 13%;
}
#speedometer .speedometer_label:nth-of-type(2) {
	top: 41%;
	left: 19%;
}
#speedometer .speedometer_label:nth-of-type(3) {
	top: 21%;
	left: 0;
	width:100%;
	text-align:center;	
}
#speedometer .speedometer_label:nth-of-type(4) {
	top: 41%;
	right: 19%;
}
#speedometer .speedometer_label:nth-of-type(5) {
	top: 68%;
	right: 13%;
}
#speedometer .speedometer_label:nth-of-type(6) {
	font-size:7px;
	top: 89%;
	left: 0;
	width:100%;
	text-align:center;	
}
#speedometer.speedometer_right {
	vertical-align: bottom;
	margin-left: 20px;
}
#speedometer.speedometer_left {
	vertical-align: bottom;
	margin-right: 20px;
}
#speedometer.speedometer_top {
	margin-bottom: 10px;
}
#speedometer.speedometer_bottom {
}
#scancircle.speedometer_right, #scancircle.speedometer_left {
	display: inline-block; 
	vertical-align: bottom;
}
