/* CSS Document */
.orange {
	width:679px;
	height:135px;
	position:relative;
	background:#DF5E00;
}
#prevBut,#nextBut {
	background:#DF5E00;
	color:#FFFFFF;
	font-weight:bold;
}
#orangeContent {
	position:absolute;
	top:22px;
	left:13px;
	width:450px;
	height:100px;
	color:#000000;
}
#orangeContent h1 {
	font-size:16px;
	color:#FFFFFF;
	padding:0px;
	margin:0;
}
.order {
	position:absolute;
	width:202px;
	height:135px;
	padding:10px;
	font-size:11.3px;
	top:0px;
	right:0px;
	background:url(i/o-g.gif) no-repeat;
}
.order[class] {
	width:182px;
	height:115px;	
}
.a1r,.a2r,.a3r,.a4r,.a5r,.a6r,.a7r {
	display:none;
}
#tl {
	position:absolute;
	top:0px;
	left:0px;
}
#tr {
	position:absolute;
	top:0px;
	right:0px;
}
#br {
	position:absolute;
	bottom:0px;
	right:0px;
}
#bl {
	position:absolute;
	bottom:0px;
	left:0px;
}
.step,#a2vals1,#a2vals2,#prevBut {
	display:none;
}
#step1 {
	display:block;
}
.bushon {
	color:#8A8A8A;
	font-weight:bold;
	border:1px solid #AAA;
	width:200px;
	height:150px;
	cursor:pointer; cursor: hand;
}
#prevBut,#nextBut {
	padding-left:20px;
	padding-right:20px;
	margin-right:20px;
	text-decoration: none;
}
