a {
	cursor: pointer;
}

#edit {
	margin-top: 40px;
}

#edit input {
	border-top:0;
}

#edit .date_from,
#edit .date_to,
#edit .duration {
	width:60px;
}


div.route_days,
div.route_dates {
	margin-top: 30px;
}
div.route_days h3,
div.route_dates h3 {
	margin-top:0px;
	padding-top: 0px;
}

input:focus {	
	border: 1px solid #000088;
	 background-color: white;
	padding: 2px;
}

textarea:focus {	
	border: 1px solid #000088;
	background-color: white; 
	padding: 2px;
}
