@charset "UTF-8";
/* CSS Document */

#backBtn {
	background: url(http://lisidesign.com/------/images/help.png) top left no-repeat;
	text-align: center;
	font: 14px "Courier New", Courier, monospace;
	width: 50px;
	height: 26px;
	position: fixed;
	bottom: 60px;
	right: 0px;
	margin-right: -5px;
	padding: 5px 0 0 5px;
	z-index: 99999;
	cursor: pointer;
}

#backBtn a {
    text-decoration: none; 
    color: #29251e;
}