/* This has a container so we can fake keeping it in the flow by setting the background color */
/* Otherwise things can cross over into the box */
.rightHandBoxContainer {
	background-color: white;
	border: 0;
	margin: 0;
	padding: 0;
	float: right;
	width: 150px;
}

.rightHandBox {
	border: 1px solid black;
	margin: 5px 0 5px 5px;
	padding: 5px;
}