/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

ul.legalfooter li{
	list-style:none;
	float:left;
	padding-right:20px;
}
.accept{
	display:none;
	border: 1px solid #000;
	background:#000;
	color:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:5px;
}
