#setup-lanes-box {
	background: #edf2f6;
	border: 1px solid #fff;
	border-right-color: #c5cfd6;
	border-bottom-color: #c5cfd6;
	width: 600px;
	padding: 10px 10px 15px 10px;
	float: left;
}

	.lane-set {
		position: relative;
		margin: 0 0 10px 0;
		height: 44px;
		border-bottom: 1px solid #dde3e8;
	}
	
		.lane-set label {
			position: absolute;
			display: inline;
			font-size: 11px;
			font-weight: normal;
		}
		
		.lane-set input {
			position: absolute;
			top: 15px;
			padding: 3px;
			font-size: 11px;
			border-right: 1px solid #dde3e8;
			border-bottom: 1px solid #dde3e8;
		}
		
			input.lane-name-input {
				width: 150px;
				left: 0;
			}
			
				label.lane-name-label {
					left: 0;
				}
			
			input.num-slots-input {
				width: 30px;
				left: 180px;
			}			
			
				label.num-slots-label {
					left: 180px;
				}
				
			input.duration-input {
				width: 30px;
				left: 240px;
			}			
			
				label.duration-label {
					left: 240px;
				}
				
			input.start-time-input {
				width: 30px;
				left: 300px;
			}			
			
				label.start-time-label {
					left: 300px;
				}
				
			input.brake-start-input {
				width: 45px;
				left: 360px;
			}			
			
				label.brake-start-label {
					left: 360px;
				}
				
			input.brake-end-input {
				width: 45px;
				left: 422px;
			}
				
				
				
				
			
			a.remove-lane {
				position: absolute;
				top: 27px;
				left: 560px;
				font-size: 11px;
				color: #2f4552;
			}
			
			a.remove-lane:hover { color: #c34000; }
			
			a#add-another-lane { color: #2f4552; }
			a#add-another-lane:hover { color: #268500; }
			
			
			
			