.left {
	float:left;
	margin:3px 20px 10px 0;
}
.right {
	float:right;
	margin:3px 0 10px 20px;
}
