	
	
	/* Result set display styles */
	div.results_wrapper{
	    width: 100%;
	}
	
	div.left_box{
	    float: left;
	    padding-right: 15px;
	    width: 340px;
	    line-height: 1.35em;
	}
	
	div.right_box{
	    float: right;
	    width: 350px;
	    line-height: 1.35em;
	}
	
	div.footer{
	    clear:both;
	    padding: 10px;
	    width: 100%;
	}
	
