#slider-cont {
	background-image:url(../images/scroller.jpg);
	background-repeat:no-repeat;
	width:310px;
	float:left;
	background-position:top;
	height:50px;
}

#slider {
	float:left;
	width:265px;
}

.step {
	padding:0px;
}

.step .step-number {
	font-size: 15px;
	float: left;
	color: #eeab00;
	padding-top:0px;
}

.step .step-number.black {
	color: #000;
}

.step .explanation {
	float: left;
	margin-left:0px;
	color: #898989;
	line-height:0px;
	font-size: 14px;
	padding:0px;
}


.step .form-container, .step .form-container-nobg {
	width: 300px;
	background-color: #e8f4e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin-left:0px;
	position: relative; 
	height:40px;
	padding:10px 14px 14px 14px;
}


.form-container .step-padding input
{
	width:130px;
	float:left;
}


.step .form-container-nobg {
	background: none;
}


.step-padding label {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	text-align: right;
	line-height: 32px;
	padding-right:0px;
	font-size: 14px;
}

.form-selects {
	padding: 6px 0 0 15px;
	float: left;
}

.form-selects select {
	margin-right: 5px;
}

#change-amount {
	width: 110px;
	height: 22px;
	position: absolute;
	bottom: -25px;
	left: 180px;
}

#change-impact {
	width:30px;
	height: 22px;
	position: absolute;
	bottom: -25px;
	left: 0px;
}

#recurring {
	padding-top: 10px;
	font-weight: bold;
	color: #898989;
	float: right;
	margin: 0px 0px 0 0;
}

#recurring span {
	color: #eeab00;
}

.step .step-padding.error {
	background-color: #f2b800;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.step .step-padding.error span.input-error {
	width: 30px;
	height: 35px;
	position: absolute;
}


input#input-amt, input#input-amt2 {
	width: 50px;
	height: 15px;
	float: left;
	font-size: 12px;
	margin-top:2px;
}

input#input-amt1
{
	width: 120px;
	height: 25px;
	float: left;
	font-size:16px;
	margin-top:2px;
	text-align:center;
}

input#input-days, input#input-days2 {
	width:50px;
	height: 15px;
	float: left;
	font-size: 14px; 	
	margin-top:2px;
}

span.amount-copy-provides {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	float: left;
	margin: 5px 4px;
}

span.amount-copy-days {
	font-size: 12px;
	display: block;
	float: left;
	font-weight: bold;
	margin: 5px 4px;
}

span.amount-copy-enable {
	font-size: 12px;
	display: block;
	float: left;
	font-weight: bold;
	margin: 5px 4px;
}

span.amount-copy-extra {
	display: block;
	float: left;
	font-size: 10px;
	width:110px;
	margin-top:5px;
	line-height:11px; 
	padding-left:4px;
	border:0px solid #333;
}

input.input-donate {
	border: none;
	width: 264px;
	height: 26px;
	padding: 6px 10px 0 5px;
}


#slider.ui-widget-content { color: #eeeeee; height: 40px; background: none; border: none;}
.ui-widget-header .ui-state-default { border: 0px solid #cccccc;font-weight: normal; }
.ui-state-default {height: 40px; display: block;}

.ui-slider { text-align: left; }
.ui-slider .ui-slider-handle { 
position: absolute; 
cursor: pointer;  
background-image:url(../images/arrow1.png); 
background-repeat:no-repeat; 
background-position:top; 
float:left; 
height:60px; 
width:79px;
padding-left:20px;
margin-left:-20px;
padding-top:5px;
outline:0px;}

.ui-slider-handle {
font-size:14px; 
font-weight: bold; 
color: #555; 
text-decoration: none;
padding:0px 0px 5px 10px;
 }
.ui-slider .ui-slider-range { position: absolute; display: block; border: 0; background-image:url(../images/arrow1.png); background-repeat:no-repeat; background-position:bottom;float:left; border:0px solid #0C0; height:48px; width:63px; padding-top:5px;}

.ui-widget-header .ui-state-default { border: 0px solid #cccccc; font-weight: normal; color: #333333; }
.ui-state-default {display:block;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #333333; text-decoration: none; }
.ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-focus { border: 0px solid #dddddd; font-weight: normal; color: #000000; }
.ui-state-hover a, .ui-state-hover a:hover { color: #000000; text-decoration: none; }
.ui-widget-header .ui-state-active { border: 0px solid #000000; font-weight: normal; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :active { outline: none; }