.content .planner-form, .content .continue-form {
	background: url(/v3/images/structure/gradient-box-bg.gif) repeat-y;
	margin: 0;
	padding: 0;
	clear: both;
}
	.content .planner-form-top, .content .continue-form-top {
		background: url(/v3/images/structure/gradient-box-top.gif) no-repeat;
		padding: 0;
		margin: 0;
		min-height: 212px;
	}
		.content .planner-icon, .content .ul-icon {
			height: 75px;
			width: 600px;
			clear: both;
		}
			.content .planner-icon h1 {
				background: url(/v3/images/structure/gradient-box-tripplanner.gif) no-repeat;
				height: 50px;
				width: 275px;
				font: 150%/90% Arial, Helvetica, sans-serif;
				font-weight: bold;
				color: #2e2d2a;
				text-transform: none;
				margin: 0;
				padding: 25px 0 0 75px;
				float: left;
			}
			.content .ul-icon h1 {
				height: 50px;
				width: 275px;
				font: 150%/90% Arial, Helvetica, sans-serif;
				font-weight: bold;
				color: #2e2d2a;
				text-transform: none;
				margin: 0;
				padding: 25px 0 0 20px;
				float: left;
			}
			.content .planner-icon .tagline, .content .ul-icon .tagline {
				float: right;
				margin: 25px 0 0 0;
				padding: 0 25px 0 0;
				width: 225px;
				height: 30px;
				font-weight: bold;
				text-align: right;
			}
	.content .planner-form-bottom, .content .continue-form-bottom {
		background: url(/v3/images/structure/gradient-box-bottom.gif) no-repeat;
		height: 5px;
		clear: both;
		font-size: 1px; line-height: 1px;	/*for IE6 */
	}

p.instructions {
	font-size: 70%;
	color: #666;
}


#planner-form form {  				/* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0;
	padding: 0;
	min-width: 600px;
	max-width: 600px;
	width: 600px;
}
#planner-form form fieldset {
	clear: both; 			/* note that this clear causes inputs to break to left in ie5.x mac */
	border: 0;
	padding: 5px;
	margin: 0;
}
#planner-form form label { 
	font: 100%/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;  	/* block float the labels to left column, set a width */
	float: left; 
	width: 65px; 
	padding: 0 0 0 10px; 
	margin: 5px 0 15px 0; 	/* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	}		
#planner-form form textarea, #planner-form form input, #planner-form form select {
	font: 100%/100% Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	padding: 2px;
}


	#planner-form form textarea.regular, #planner-form form input.regular, #planner-form form select.regular {
	}			
	#planner-form form textarea.highlight, #planner-form form input.highlight, #planner-form form select.highlight {	/*for the highlight onfocus */
		background-color: #ffc;
	}	


	#planner-form form fieldset.addresses {
		margin-bottom: 0;
		padding-bottom: 0;
		margin-top: 0;
		padding-top: 0;
	}
		#planner-form form fieldset.addresses input {
			width: 488px;
			padding: 3px 2px 3px 2px;
			margin-bottom: 3px;
		}
	
	/*moved into html*/
	#planner-form form select.month { 
		margin-left: 13px;
	}
	
#planner-form form fieldset.preferences {
	font-size: 90%;
}
	#planner-form form fieldset.preferences select { 
		width: 200px;
	}
	#planner-form form fieldset.preferences label { 
		width: 110px;
		padding-left: 75px;
		margin-bottom: 5px;
		font-weight: normal;
	}	
	

#planner-form form fieldset.submit { 
	float: none; 
	display: inline; 
	margin: 10px 0 0 75px;
	padding: 10px 0 10px 0;
}
	#planner-form form input#submit { 
		margin: 0;
		padding: 1px;	/*need this so the dotted highlight shows */
		width: 97px;
		height: 29px;
		border: 0;
		float: left;
		background: url(/v3/images/structure/button.gif) 0 0;
		cursor: pointer;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}			
	#planner-form form input#submit:hover {
		background-position: -97px 0;
		color: #2e2d2a;
	}
	
	
	
	
	
#planner-form form span.showonmap {
	font: 90%/100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 15px;
	float: left;
}
p.options {
	font: 105%/125% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 0 0 0;
	margin: 5px 15px 0 15px;
	color: #555555;
}












#continue-form form {  				/* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0;
	padding: 0;
	min-width: 600px;
	max-width: 600px;
	width: 600px;
}
#continue-form p {
	margin: 0 0 0 20px;
}
#continue-form form fieldset {
	clear: both; 			/* note that this clear causes inputs to break to left in ie5.x mac */
	border: 0;
	padding: 5px;
	margin: 0 0 0 15px;;
}
#continue-form form label { 
	font: 100%/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;  	/* block float the labels to left column, set a width */
	padding: 0; 
	margin: 5px 0 15px 0; 	/* set top margin same as form input - textarea etc. elements */
	text-align: left;
	clear:both;
}
#continue-form form fieldset.search input {
	width: 485px;
}

#continue-form form textarea, #continue-form form input, #continue-form form select {
	font: 100%/125% Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	padding: 2px;
}
#continue-form form fieldset.continue, #continue-form form fieldset.select { 
	float: none; 
	display: inline; 
}
	#continue-form form input#continue, #continue-form form input#select { 
		margin: 0;
		padding: 0;
		width: 97px;
		height: 29px;
		border: 0;
		float: left;
		background: url(/v3/images/structure/button.gif) 0 0;
		cursor: pointer;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}			
	#continue-form form input#continue:hover, #continue-form form input#select:hover {
		background-position: -97px 0;
		color: #2e2d2a;
	}			

	#continue-form form fieldset.normal label { 
		margin-bottom: 5px;
	}
	



.or-bar {
	margin: 15px 0 10px 0;
}


.planner-alerts p span.alert-icon {
	background: url(/v3/images/servicealert-small.gif) no-repeat;
	background-position: left top;
	padding-left: 15px;
}


#itinerary {
	font: 100%/115% Arial, Helvetica, sans-serif;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
	margin: 0 15px 0 15px;
	clear: both;
}
	#itinerary table {
		padding: 10px;
		background-color: #f4f4f4;
		border: 1px solid #b1aca7;
	}
	#itinerary td {
		padding: 0;
		vertical-align: top;
	}
	#itinerary h2 {
		border: 0;
		padding: 0;
		margin: 0;
		text-transform: none;
		font: 105%/115% Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	





/* --- tripsteps BEGIN --- */

	ol#tripsteps {
		list-style: none;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		font: 100%/115% Arial, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 0 10px 15px;
		padding: 0;
		width: 568px;
	}
	ol#tripsteps li {
		margin: 0;
		padding: 5px 10px 10px 40px;
		border-top: 1px solid #ccc;
	}
	ol#tripsteps div.box {
		padding-bottom: 0;
	}
	ol#tripsteps h3 {
		font-family: Arial, Helvetica, sans-serif;
		font: 105%/115% Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #2e2d2a;
		margin: 0;
		padding: 7px 0 0 0;
		float: none;
	}
		ol#tripsteps h3 img.icon {
			float: left;
			margin-left: -30px;
			margin-top: -1px;
		}
		ol#tripsteps li h3 a {
			border: none;
		}
	ol#tripsteps .alert {
		padding: 3px 3px 3px 24px;
	}
	ol#tripsteps span.stopid {
		color: #808080;
		font: 80%/150% Arial, Helvetica, sans-serif;
	}
		ol#tripsteps span.stopid a {
			color: #808080;
			border: none;
		}

/* --- tripsteps END --- */




#buttons {
	padding: 10px 0 10px 135px;
	clear: both;
}


div.planner-header {
	list-style: none;
	margin: 0 15px 10px 15px;
	padding: 0;
	clear: both;
}
div.planner-alerts {
	list-style: none;
	margin: 15px 15px 10px 15px;
	padding: 0;
}
div.planner-header h2 {
	font: 105%/125% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 0 0 0;
	margin: 0;
	color: #555555;
	text-transform: none;
}

p.help {
	margin-right: 25px;
	text-align: right;
}
p.tips {
	margin-left: 0 !important;
	padding-bottom: 0 !important;
}
div.tabs {
	margin: 0 0 0 15px;
	width: 570px;
	height: 40px;
}
div.tabs h2.tab-current, div.tabs p.tab-option, div.tabs p a.selected, div.tabs p a.unselected, div.tabs p span {
	font:  110%/110% Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-transform: none;
	float: left;
	height: 30px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 0;
	margin: 0 12px -1px 0;
	padding: 10px 10px 0 10px;
}

div.tabs p.tab-option, div.tabs p a.unselected {
	background-color: #bbb;
	height: 24px;
	margin-top: 10px;
	padding-top: 6px;
}
	div.tabs p.tab-option a, div.tabs p a.unselected {
		color: #444;
		border-color: #999;
	}
	div.tabs p.tab-option a:hover, div.tabs p a.unselected:hover {
		color: #000;
		border-color: #999;
	}

.content p.footnote {
	margin: 15px 0 0 15px;
}

.content div.disclaimer {
	margin: 15px 0 0 0;
}
	.content div.disclaimer p {
		font: 70%/110% Arial, Helvetica, sans-serif;
		color: #666;
	}
	.content div.disclaimer p.disclaimer-feedback {
		background: url(/v3/images/feedback.gif) no-repeat 10px 5px;
		padding: 10px 0 10px 50px;
		margin: 0 0 10px 10px;
		width: 160px;
		float: right;
		border-left: 1px solid #ccc;
	}
	
.content p.feedback {
	background: url(/v3/images/feedback.gif) no-repeat top left;
	padding: 0 0 0 38px;
	margin: 0 0 0 15px;
}

.content p.unrecognized {
	font: 125%/125% Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 20px 5px 20px; 
	padding: 0;
	color: #990000;
}


