/* CSS Document */
.command-button {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	background-color: #F6FAF6;
	background-position: 0px;
	background-repeat: no-repeat;
	color: #003300;
	margin: 0px;
	padding: 0px 0px 0px 28px;
	width: 120px;
	height: 28px;
	border: 0px;
	cursor: pointer;
}

.new {
	background-image: url('../img/botoes/button-100x28-new.jpg');
}

.edit {
	background-image: url('../img/botoes/button-100x28-edit.jpg');
}

.list {
	background-image: url('../img/botoes/button-100x28-list.jpg');
}

.confirm {
	background-image: url('../img/botoes/button-100x28-confirm.jpg');
}

.cancel {
	background-image: url('../img/botoes/button-100x28-cancel.jpg');
}

.help {
	background-image: url('../img/botoes/button-100x28-help.jpg');
}

.print {
	background-image: url('../img/botoes/button-100x28-print.jpg');
}

.advance {
	background-image: url('../img/botoes/button-100x28-advance.jpg');
}

.return {
	background-image: url('../img/botoes/button-100x28-return.jpg');
}

.restart {
	background-image: url('../img/botoes/button-100x28-reload.jpg');
}

.search {
	background-image: url('../img/botoes/button-100x28-search.jpg');
}

.cut {
	background-image: url('../img/botoes/button-100x28-cut.jpg');
}

.delete {
	background-image: url('../img/botoes/button-100x28-delete.jpg');
}

.exit {
	background-image: url('../img/botoes/button-100x28-exit.jpg');
}

.first {
	background-image: url('../img/botoes/button-100x28-first.jpg');
}

.last {
	background-image: url('../img/botoes/button-100x28-last.jpg');
}

.info {
	background-image: url('../img/botoes/button-100x28-info.jpg');
}

.pass {
	background-image: url('../img/botoes/button-100x28-pass.jpg');
}

.save {
	background-image: url('../img/botoes/button-100x28-save.jpg');
}