.listing {
	position: relative;
	float: left;
	clear: both;
}
div.action {
	position:relative;
	float:left;
	clear:none;
	width:9px;
	height:9px;
	margin-right:5px;
	cursor:pointer;
	*cursor:hand;
}
div.action span {
	position:relative;
	float:left;
	clear:none;
	top:-4px;
	left:-2px;
}
#buttons {
	position: relative;
	float: left;
	clear: both;
	width: 770px;
	margin: 30px 0px 25px 0px;
}