.StepNavigation, .diskSurface, #paperType,#inlayType,#printingOptions ul {
	list-style-type:none;
	margin:0px;
/*	padding-right: 10px;*/
}
.stepNavigation ul{
	float:none;
	}
.StepNavigation li {
	width:84px;
	_width:81px;
	padding:5px 0px 5px 0px;
	background:#000;
	text-decoration:none;
	color:#FFF;
	float:left;
	text-align:center;
}
.StepNavigation li.current {
	background:#F08F2D;
	color:#FFF;
	font-weight: bold;
}
.StepNavigation li.past {
	color:yellow;
}
.StepNavigation li.future a {
	color:gray;
}

.caseTypeSelect {
	list-style-type:none;
}
input[type=text], input[type=submit],input[type=button] {
	background-color:#e6e6e6;
	border:solid #5e5e5e 1px 
}
.caseType h2 {
	padding-top: 20px;
	clear:both;
}
.orderProgress {
	clear:left;

}
.orderProgress div {
	margin-left:2px;
	margin-right:2px;
	/*padding-right:12px;
	padding-bottom:3px;*/
		
	*margin-left:1px;
 	*margin-right:1px;
	_margin-left:0px;
	_margin-right:1px;
}
