body {
	margin: 0px;
	padding: 0px;
	border: 0px;	
}

img {
	border: 0px;	
}

.boxSelected {
	width: 11px; 
	height: 11px; 
	background-image: url('images/box_selected.jpg');
	background-repeat: no-repeat;
	float: left;	
}

.boxNotSelected {
	width: 11px; 
	height: 11px; 
	background-image: url('images/box_not_selected.jpg');
	background-repeat: no-repeat;
	float: left;
}