
.two-column {
	width: 49%;
	float: left;
	height: 40px;
	margin-right: 4px;
	position: relative;
}

.two-column.last {
	margin-right: 0px;
}

#new_reg_button {
	background: url('/_images/new_registration.gif') no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 110px;
	height: 22px;
	margin-left: 54px;
	top: 56px;
	position: absolute;
}

#edit_reg_button {
	background: url('/_images/edit_registration.gif') no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 110px;
	height: 22px;
	margin: 0px auto;
}
