
#saveBar {
	position: fixed;
	width: 100%;
	height: 45px;
	background: url(../img/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:10px;
}
input#saveBut,
input#undoBut {
	background:url(../img/saveBtn.png) no-repeat right -33px;
	text-indent:-9999px;
	width:118px;
	height:32px;
	border:none;
	position:relative;
	top:6px;
}
input#undoBut {
	background:url(../img/saveBtn.png) no-repeat right -1px;
	margin-right:15px;
}
