div.rslider {
	position: relative;
	background-image: url(/rslider.png);
	width: 230px;
	height: 10px;
}

div.dslider {
	position: relative;
	background-image: url(/dslider.png);
	width: 230px;
	height: 10px;
}

div.gslider {
	position: relative;
	background-image: url(/gslider.png);
	width: 230px;
	height: 10px;
}

div.rhandler {
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url(/rhandler.png);
	background-repeat: no-repeat;
	cursor: w-resize;
}

div.dhandler {
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url(/dhandler.png);
	background-repeat: no-repeat;
}

div.ghandler {
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url(/ghandler.png);
	background-repeat: no-repeat;
	cursor: w-resize;
}

div.calcinput {
	font-family: Tahoma,Verdana,Pragmatica,Helvetica,Arial,sans-serif;
	padding: 0px 0px 7px 0px;
	font-size: 12px;
}

div.calcinput dl{
	width: 100%;
	overflow: hidden;
	margin: 0px;
	list-style: none;
}

div.calcinput dl dd{
	margin: 0px 5px 0px 0px;
	float: left;
	font-size: 10px;
	font-weight: bold;
}

div.calcinput h3{
	font-size: 12px;
	color: #675858;
	text-align: center;
}

input.calcinput {
	margin: 0px 0px 1px 0px;
	font-family: Tahoma,Verdana,Pragmatica,Helvetica,Arial,sans-serif;
	font-size: 12px;
	/* color: #a13939; */
}

.warn_color{
	color: #a23939;
}

fieldset {
	border: 1px solid #C0C0C0;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
}

legend {
	color: #675858;
	font-family: Verdana, Pragmatica, Tahoma, Helvetica, Arial,  sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-indent: 0;
}

