/* Route signup styles */

#inner-fyi {
	display:none;
	}

ul.progress {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	}
	
	ul.progress li {
		display: inline;
		font: 12px arial;
		color: #999999;
		margin-right: 10px;
		}
		
		ul.progress li.active {
			color: #330066;
			}

div.moreInfo {
	border: 1px solid black;
	background-color: white;
	padding: 5px;
	}
	
	
	
table.confirm {
	margin-left: 25px;
	border: 1px solid silver;
	background-color: white;
	}
	
table.confirm td {
	padding: 0 5px;
	font: 12px arial;
	margin: 1px;
	}
	
table.confirm th {
	font: bold 11px arial;
	letter-spacing: 2px;
	text-align: center;
	color: #215850;
	padding: 5px;
	}
	
table.confirm td.descriptor {
	border-bottom: 1px solid #FEECD1;
	}
	
table.confirm td.finaldata {
	background-color: #FEECD1;
	border-bottom: 1px solid white;
	}

/* *** Added 4/16/08 For KOMO my-oh-my promotion ****/

div#special-notice {
background-color:white;
width:450px;
padding:3px 10px;
margin-bottom:10px;
}

#special-notice h3 {
font-size:15px;
}

