#wordsToTimeSlider, #formResultsSlider {
	/*
	width: 250px;
	margin-left: 40px;
	*/

}

.words-to-time-slider {
	-webkit-appearance: none;
	width: 100%;
	height: .8em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #FFFFFF;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}
/*
.words-to-time-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border: 1px solid #cccccc;
	background: #f6f6f6 url(/sites/all/modules/custom/wordstotime/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
	cursor: pointer;
}

.words-to-time-slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border: 1px solid #cccccc;
	background: #f6f6f6 url(/sites/all/modules/custom/wordstotime/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
	cursor: pointer;
}
*/
.sliderWrapper {
	
	padding: 8px;
	
}

.centerSlider {
	text-align: center;
}

.ui-slider-handle {
	cursor: pointer;
}

.centerSlider .ui-slider {
	margin-left: auto;
	margin-right: auto;
}

div.white {
	background-color: #FFFFFF;
}

#wordsPerSecondBlocks .panel,
#formResultsBlock .panel {
	display: none;
}


#wordsPerSecondBlocks .default,
#formResultsBlock .default {
	display: block;
}

#wordsPerSecondBlocks .panel .intro {
	font-size: 11px;
	margin-left: 15px;
}

.resizable-textarea {
	width: 99%;
}

#wordstotime-form fieldset {
	display: none;
/*	border: 1px solid #AAAAAA;
	margin:15px 0;
	padding:10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;*/
}

#edit-words-per-second-wrapper {
	display: none;
}

#wordstotime-form #edit-submit {
	/*display: none;*/
	margin-bottom: 15px;
}

div.hr {
	background-color:#AAAAAA;
	border:0 none;
	height:1px;
}
.calc-notify{
	margin-bottom: 0
}

.form-radios label {
	line-height: 16px;
}

.form-radios label span {
	display: block;
	color: #000099;
	margin-left: 25px;
	font-style: italic;
}

.sliderLabels {
	margin-bottom: 10px;
}
/*
.sliderLabels .slower,
.sliderLabels .average,
.sliderLabels .faster {
	float: left;
	text-align: center;
	font-size: 10px;
	font-style: italic;
	color: #E78500;
	margin: 2px 0;
	cursor: default;
}


.sliderLabels .slower {
	width: 90px;
	margin-right: 10px;
}

.sliderLabels .average {
	width: 135px;
}

.sliderLabels .faster {
	width: 90px;
	margin-left: 10px;
	
}
*/
.page-words-to-time-calculator div.block {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.page-words-to-time-calculator #edit-submit {
	margin-top: 10px;
}

div.panes .pane{
    display: none;
}

div.panes .pane:first-child{
    display: block;
}
