/*
	back:	rgb(230,230,230)
	dark:	rgb(90,97,90)
	medium	rgb(189,190,189)
	*/

form {
	margin-top: 20px;
}

label {
width: 150px;
float: left;
text-align: right;
padding-right: 5px;	
}

.submit {
margin-top: 10px;
}

#treshold {
	float: left;
	width:	200px;
}

#labelurl {
width: 30px;
}

textarea {
width: 99%;
height: 100px;
}

.textarea-handle {
height: 5px;
display: block;
background: silver;
font-size: 1px;
}

#optionssel {
margin-top: 20px;
}

.option {
float: left;
clear: both;
}

#options {
margin-top: 10px;
}

fieldset {
margin-bottom: 10px;
}

#loader {
width: 220px;
height: 19px;
background-image: url(../images/ajax-loader.gif);
margin: auto;
text-align: center;
margin-top: 4px;
margin-bottom: 4px;
display: none;
}

#result {
	margin-bottom: 20px;
}

.dynamic-slider-control {
	position:			relative;
	background-color: #FEFEFE;
	-moz-user-focus:	normal;
	-moz-user-select:	none;
	cursor:				default;
}

.horizontal {
	width:				200px;
	height:				27px;
}

.vertical {
	width:				29px;
	height:				200px;
}

.dynamic-slider-control input {
	display:	none;
}

.dynamic-slider-control .handle {
	position:			absolute;	
	font-size:			1px;
	overflow:			hidden;
	-moz-user-select:	none;
	cursor:				default;
}

.dynamic-slider-control.horizontal .handle {
	width:				31px;
	height:				14px;
	background-image:	url("handle.horizontal.png");
}

.dynamic-slider-control.horizontal .handle div {}
.dynamic-slider-control.horizontal .handle.hover {}

.dynamic-slider-control.vertical .handle {
	width:				15px;
	height:				31px;
	background-image:	url("handle.vertical.png");
}

.dynamic-slider-control.vertical .handle.hover {}

.dynamic-slider-control .line {
	position:			absolute;
	font-size:			0.01mm;
	overflow:			hidden;
	border:				1px solid rgb(90,97,90);
	background:			rgb(189,190,189);
	
	behavior:			url("css/boxsizing.htc"); /* ie path bug */
	box-sizing:			content-box;
	-moz-box-sizing:	content-box;
}
.dynamic-slider-control.vertical .line {
	width:				3px;
}

.dynamic-slider-control.horizontal .line {
	height:				3px;
}

.dynamic-slider-control .line div {
	width:		1px;
	height:		1px;
	
	border:				1px solid;
	border-color:		rgb(230,230,230) rgb(189,190,189)
						rgb(189,190,189) rgb(230,230,230);
}

#menurightdownload {
margin-top: 6px;
}
