#back_button {
	margin-right: 3px;
	float: left;
	width: 65px;
	height: 25px;
	position: absolute;
	left: 10px;
	top: 78px;
}

#back_button a {
	text-align: right;
	text-decoration: none;
	display: block;
	padding-top: 34px;
	height: 31px;
	background: #d9d9d9;
	color: #000000;
}

#back_button a:hover {
	background: #ffffff url( '/assets/shared/images/button_highlight.png' );
}

