.chart .box,
.chart .boxFirst {
	background:#ffdd85;
	display:block;
	float:left;
	padding-top:28px;
	height:42px;
	text-align:center;
}

.chart .boxFirst {
	width:140px;
}

.chart .box {
	width:120px;
}


.chart .arrow1,
.chart .arrow2,
.chart .arrow3,
.chart .arrow4,
.chart .arrow5 {
	display:block;
	float:left;
	height:70px;
	text-indent:-9999px;
	width:30px;
}

.chart .arrow1 {
	background:url(../img/arrow_1.png);
}

.chart .arrow2 {
	background:url(../img/arrow_2.png);
}

.chart .arrow3 {
	background:url(../img/arrow_3.png);
}

.chart .arrow4 {
	background:url(../img/arrow_4.png);
}

.chart .arrow5 {
	background:url(../img/arrow_5.png);
}

.chart .stay {
	background:#f8ce6c;
	color:#fff;
}

.chartTwoBoxes {
	margin:0 auto 28px auto;
	width:340px;
}

.chartThreeBoxes {
	margin:0 auto 28px auto;
	width:515px;
}