.yourTickets {
	float:left;
	width:100px;
	margin:0;
	padding:0;
	}
.yourTickets li {
	list-style:none;
	background:url(../images/lotto_ticket_16.png) no-repeat left top;
	height:23px;
	padding-left:20px;	
	}
.clearer {
	clear:both;
	}
