.yes {
	height: 20px;
	width: 20px;
	background-image: url(images/yes.gif);
	background-repeat: no-repeat;
	float:left;
	margin-right: 20px;
	margin-left: 5px;
	line-height: 20px;	
}
.no {
	height: 20px;
	width: 20px;
	background-image: url(images/no.gif);
	background-repeat: no-repeat;
	float:left;
		margin-right: 20px;
	margin-left: 5px;
		line-height: 20px;	
	
}

.product {
	float: left;
		line-height: 20px;	
}
