.left {
	float: left;
	padding-right: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.right {
	float: right;
	padding-left: 10px;
}
