input[type=range] {
	width: 50%;
	-webkit-appearance:none;
	background: #333;
	height: 3px;
	width: 65%;
	border-radius:8px;
	border: solid 1px #CC0000;
	display: block;
	margin: 0px;
}

input[type=range]::-webkit-slider-thumb{
	-webkit-appearance:none;
	/*background: rgba(255, 99, 132, 0.4);*/
	background: #CC0000;
	height: 30px;
	width: 30px;
	border-radius:50%;
}

input[type=range]::-ms-tooltip{
	display:none;
}

input[type=range]::-moz-range-track{
	height:0;
}

input[type=range]::-moz-range-thumb{
	/*background: rgba(255, 99, 132, 0.7);*/
	background: #CC0000;
	height: 25px;
	width: 25px;
	border:none;
	border-radius:50%;
}

/**************************************/
body {
	width: 640px;
	height: auto;
	padding: 5px;
	margin: 0 auto 0 auto;
}

.cornerchoice {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 10px 0 25px 0;
}

.cornerchoice h3 {
	font-size: 15px;
	color: #FF0000;
	padding: 0px;
	margin: 0px;
}

.cornerchoice select {
	appearance: none;
	width: 65%;
	height: 30px;
	font-size: 14px;
	color: #333;
	border: solid 1px #CC0000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.range {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.range h3 {
	font-size: 15px;
	color: #FF0000;
	padding: 0px;
	margin: 0px;
}

.range p {
	font-size: 17px !important;
	font-weight: bold !important;
	padding: 0px !important;
	margin: 5px 0px 5px 0px !important;
	
}

.range p.mini {
	font-size: 15px !important;
	color: #FF0000 !important;
	padding: 0px !important;
	margin: 7px 0px 2px 0px !important;
	text-align: right !important;
}

.range #r2m_tel_price_cost1,.range #r2m_tel_price_cost2 {
	font-size: 25px !important;
}

.range p.last-price {
	width: 50%;
	font-size: 25px !important;
	font-weight: bold !important;
	color: #0066FF !important;
	padding: 0px !important;
	margin: 10px 0px 15px 0px !important;
	border-bottom: solid 5px #CC0000 !important;
	width: auto !important;
	text-align: right;
	letter-spacing: 0.02em;
}

.range p.last-price2 {
	width: 50%;
	font-size: 25px !important;
	font-weight: bold !important;
	color: #0066FF !important;
	padding: 0px !important;
	margin: 10px 0px 10px 0px !important;
	border-bottom: solid 5px #CC0000 !important;
	width: auto !important;
	text-align: right;
	letter-spacing: 0.03em;
}

.range p.rangesmall {
	font-size: 13px !important;
	font-weight: normal !important;
	color: #777777 !important;
	padding: 0px !important;
	margin: -5px 0px 0px 0px !important;
}

.lastgraph {
	height: auto;
	padding: 0px;
	margin: 5px auto 10px auto;
}

.lastanswer {
	width: auto;
	height: auto;
	padding: 5px;
	margin: 0px;
}

.lastanswer .answer {
	font-size: 25px !important;
	font-weight: bold !important;
	color: #0066FF !important;
	border-bottom: solid 5px #CC0000 !important;
	padding: 0px;
	margin: 0px;
	width: auto;
	text-align: right;
	letter-spacing: 0.04em;
}

.lastanswer p.rangesmall {
	font-size: 13px !important;
	font-weight: normal !important;
	color: #777777 !important;
	padding: 0px !important;
	margin: 0px 0px 0px 20px !important;
}











