
#errmsg {
    color: #ff0000;
    display:none;
}

#wrapper {
    width: 80%;
    margin: 0 auto;
}

#left {
    float: left;
    background: #191919;
    border: 1px solid #292929;
    color:#fff;
    margin-top:100px;
    padding:30px;
}

#right {
    float: right;
    background: #333;
    color:#fff;
}

input {
	
	border: 1px solid #292929;
	color:#fff;
}

/*
#gauge {
	float: left;
	margin-left: 0;
	width: 150px;
	position: relative;
	height: 150px;
	background: #000 url(../images/speedometer-2.png) no-repeat;
	background-size: 135%;
	border-radius: 50%;
	 -webkit-box-shadow: 0px 0px 19px 0px rgba(133,133,133,1); 
	margin: 0 15px;
	background-position: -26px;
}
*/

#gauge {
	float: none;
	margin-left: 0;
	width: 150px;
	position: relative;
	height: 150px;
	background: #000 url(../images/speedometer-2.png) no-repeat;
	background-size: 135%;
	border-radius: 50%;
	 -webkit-box-shadow: 0px 0px 19px 0px rgba(133,133,133,1); 
	margin: 0 15px;
	background-position: -26px;
	display: inline-block;
	vertical-align: top;
}

#needle {
    height: 3px;
    width: 65px;
    background: #ff0200;
    position: absolute;
    bottom: 75px;
    left: 12px;
}



/*
#needle {
	height: 51px;
	width: 171px;
	background: #ff0200;
	background: url(../images/needle.png) no-repeat;
	position: absolute;
	bottom: 92px;
	left: 15px;
	background-size: 42%;
	background-position: center;
}
*/




#numbers {
    width: 140px;
    height: 30px;
    background: #191919;
    position: absolute;
    bottom: 10px;
    left: 85px;
    color: #fff;
    font-size: 1.8em;
    line-height: 1.34em; 
    font-family: "Courier New", Courier, monospace;
    padding: 0px 10px 5px;
    border: 1px solid #292929;
	display: none;
}
/*
#circle {
	width: 56px;
	height: 56px;
	background: url(../images/circle-3.png)no-repeat;
	bottom: 46px;
	left: 45px;
	position: absolute;
	background-size: 100%;
	z-index:99; 
}
*/

#circle {
	width: 56px;
	height: 56px;
	background: url(../images/circle-3.png)no-repeat;
	bottom: 40px;
	left: 55px;
	position: absolute;
	background-size: 80%;
	z-index: 99;
}


#mi-km {
    bottom: -25px;
    left: 97px;
    text-align: center;
    position: absolute;
    width: 140px;
    height: 30px;
    color: #999;
    font-size: 1.4em;
    font-family: "Courier New", Courier, monospace;
}

.testspeed {
	position: absolute;
	bottom: 14px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50px;
	height: 30px;
}

.testspeed input[type="text"] {
	width: 100%;
	height: 25px;
	border: #9e896c solid 2px;
	background: #cdab7c;
	text-align: center;
	font-size: 17px;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: -1px;
	font-weight: bold;
}