#saveBar {
	position: fixed;
	width: 100%;
	height: 45px;
	background: url(../images/saveBg.jpg) repeat-x left top;
	text-align: right;
	padding:0px;
	top: 0px;
	left: 0px;
	z-index:2000;
}	

#saveBar h2 {
	position:absolute;
	color:#fff;
	right:370px;
	text-transform:uppercase;
	top:-7px;
}
input#saveBut {
	background:url(../images/saveBtn.png) no-repeat right -33px;
	text-indent:-9999px;
	width:118px;
	height:32px;
	border:none;
	position:relative;
	top:6px;
}
input#undoBut {
	background:url(../images/saveBtn.png) no-repeat right -1px;
	text-indent:-9999px;
	width:118px;
	height:32px;
	border:none;
	position:relative;
	top:6px;
	margin-right:15px;
}