
.sample{
	background: url(../../images/backgroundUpgrade.png) no-repeat bottom right;
}

.sample h2{
	color: #f28b0a;
	font-size: 1.3em;
	float: left;
	position:relative;
}
.buttons{
	color: #004d39;
	font-weight: bold;
	font-size: 1.1em;
	float: right;
	white-space: nowrap;
	position: relative;
	padding: 0;
	height: 40px;
}
.buttons h4{
	float: left;
	padding: 6px 0 0 0;
	/*font-size: 1.2em;*/
}
.buttons span{
	display: block;
	float: left;
	font-size: 1.2em;
	padding: 6px 15px;
	cursor:pointer;
	background: url(../../images/stepBack.png) no-repeat 50% 50%;
	overflow: visible;
}

.buttons span.active, .buttons span:hover{
	color: #f28b0a;
	background: url(../../images/stepBackSet.png) no-repeat 50% 50%;
}

.sample .orange-button, .sample .general-button{
	position: static;
}
.sample .orange-button{
	float: right;
}
.sample .general-button{
	float: left;
}


/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:650px;
	height:320px;
	float:left;
	background:#eee;
}

#box4 p, #box4 ul{
	padding:0px 5px;
}

#box4 h3{
	padding:0px 5px; font-size:12px; font-weight:bold;
}

#box4 img{
	margin-bottom 10px;
}
#info4{
	background:#fff !important;
	color:#f28b0a !important;
	cursor:default;
	padding:10px;
	margin:10px;
}


/* Sample 8*/
#box8{
	position:absolute;
}
#box8 div{
	width:660px;
	overflow: hidden;
	margin: 0 20px 0 0;
	float:left;
}
#box8 .buttons{
	text-align:left
}
#box8 .next{
	float:right
}

#box8 p, #box8 ul{
	padding:0px 5px;
}

#box8 h3{
	padding:0px 5px; 
	font-size:12px; 
	font-weight:bold;
	display: none;
}

#box8 img{
	margin-bottom 10px;
	border: 2px solid #BED2CD;
}

/* ********************************** */

.mask1{
	position:relative;
	width:100%;
	height:280px;
	overflow:hidden;
	clear: both;
	padding: 20px 0 0 0;
}

.mask3{
	position:relative;
	width:650px;
	height:320px;
	overflow:hidden;
}
