.ytoolbar {
	border:0px none;
	background-color:#D8E7FB;
	border-bottom:1px solid #c3daf9;
	padding-bottom:1px;
}

#input_toolbar .newButton {
    background-position: 1px 1px;
	background-repeat: no-repeat;
	padding-left:18px;
	padding-top:1px;
	width:auto;
	display:block;
	background-image: url('../images/new.gif');
}

#input_toolbar .saveButton {
    background-position: 1px 1px;
	background-repeat: no-repeat;
	padding-left:18px;
	padding-top:1px;
	width:auto;
	display:block;
	background-image: url('../images/save.gif');
}

#info_toolbar .saveButton {
    background-position: 1px 1px;
	background-repeat: no-repeat;
	padding-left:18px;
	padding-top:1px;
	width:auto;
	display:block;
	background-image: url('../images/save.gif');
}

#input_toolbar .importButton {
    background-position: 1px 1px;
	background-repeat: no-repeat;
	padding-left:18px;
	padding-top:1px;
	width:auto;
	display:block;
	background-image: url('../images/import.gif');
}

#input_toolbar .documentButton {
    background-position: 1px 1px;
	background-repeat: no-repeat;
	padding-left:18px;
	padding-top:1px;
	width:auto;
	display:block;
	background-image: url('../images/document.gif');
}

#input_toolbar .printButton {
    background-position: 1px 1px;
	background-repeat: no-repeat;
	padding-left:18px;
	padding-top:1px;
	width:auto;
	display:block;
	background-image: url('../images/print.gif');
}

#info_toolbar .printButton {
    background-position: 1px 1px;
	background-repeat: no-repeat;
	padding-left:18px;
	padding-top:1px;
	width:auto;
	display:block;
	background-image: url('../images/print.gif');
}

#input_toolbar .prevButton {
	background-position: 1px 1px;
	background-repeat: no-repeat;
	padding-left:18px;
	padding-top:1px;
	width:auto;
	display:block;
	background-image: url('../images/prev.gif');
}
#input_toolbar .prevButtonDisable {
	background-image: url('../images/prev_disabled.gif');
}

#input_toolbar .nextButton {
    background-position: 1px 1px;
	background-repeat: no-repeat;
	padding-left:18px;
	padding-top:1px;
	width:auto;
	display:block;
	background-image: url('../images/next.gif');
}
#input_toolbar .nextButtonDisable {
	background-image: url('../images/next_disabled.gif');
}

#input_toolbar .infoButton {
    background-position: 1px 1px;
	background-repeat: no-repeat;
	padding-left:18px;
	padding-top:1px;
	width:auto;
	display:block;
	background-image: url('../images/info.gif');
}

