.slider {
	margin: 30px auto 10px auto;
	position: relative;
	width: 555px;
	height: 13px;
/*	background: url(bg.png) 50% 50% repeat-x;*/
    background-color: #0060ac;
}
.slider img {
	position: absolute;
	top: 0px;
	left: 525px;
}
.slider #time {
	height: 12px;
	width: 2px;
	position: absolute;
	top: 0px;
}
.slider #time {
	width: 555px;
	display: none;
	background: url(time.png) 0px 2px repeat-x;
}
input#output1a, input#day1, input#day2, input#day3 {
  position: absolute;
  top: 12px;
	left: 507px;
  border: 1px solid #0060ac;
  font-size: 10px;
	width: 65px;
}
input#day1, input#day2, input#day3 {
	display: none;
	width: 60px;
	border: none;
	top: -40px;
}
input#output1 {
/*	position: absolute;
	top: 16px;*/
	border: 0px;
	font-size: 10px;
	width: 210px;
}
form {
	position: relative;
}
form #submit {
	background-color: #0060AC;
	border: none;
  color: #F8B820;
  width: 100px;
}