@charset "utf-8";
/* CSS Document */

#howItWorksBox {
	width:161px;
	height:246px;	
	float:left;
	clear:none;
	margin-right: 1px;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
}

#howItWorksBox .content {
	top: 15px;
	right: 10px;
	left: 12px;
	position: relative;
	width:140px;
	text-align: center;	

}

#howItWorksBox .first {
	background-image: url(../../img/how_box_1.jpg);
	width:161px;
	height:246px;	
}

#howItWorksBox .second {
	background-image: url(../../img/how_box_2.jpg);
	width:161px;
	height:246px;	
}

#howItWorksBox .third {
	background-image: url(../../img/how_box_3.jpg);
	width:161px;
	height:246px;
}

#howItWorksBox .fourth {
	background-image: url(../../img/how_box_4.jpg);
	width:161px;
	height:246px;	
}

#howItWorksBox .fourth2 {
	background-image: url(../../img/gogreen_box.jpg);
	width:162px;
	height:244px;	
}

#howItWorksBox .fifth {
	background-image: url(../../img/how_box_5.jpg);
	width:161px;
	height:246px;	
}

.gogreen {
margin-top:8px;
background-image: url(../../img/gogreen.jpg);
background-repeat:no-repeat;
width:235px;
height:81px;
padding-left:100px;
padding-top:10px;
float:left;
}

.movie {
margin-top:8px;
background-image: url(../../img/movie.jpg);
background-repeat:no-repeat;
width:107px;
height:77px;
float:right;
}

