/* Buttons */

.button-edit-div {
	background: url(/images/submit-edit.gif);
	display: block;
	width: 92px;
	height: 23px;
	overflow:hidden;
}

.button-edit {
	background: url(/images/submit-edit.gif);
	display: block;
	width: 92px;
	height: 23px;
	overflow: hidden;
	border: 0;
}

.button-edit:hover {
	overflow: hidden;
	background: url(/images/submit-edit.gif);
	display: block;
	width: 92px;
	height: 23px;
 	background-position: 92px 0px;
}

/*
.button-add-div {
	background: url(/images/submit-add.gif);
	display: block;
	width: 71px;
	height: 23px;
	overflow:hidden;
}

.button-add {
	background: url(/images/submit-add.gif);
	display: block;
	width: 71px;
	height: 23px;
	overflow:hidden;
}

.button-add:hover {
	overflow:hidden;
	background: url(/images/submit-add.gif);
	display: block;
	width: 71px;
	height: 23px;
 	background-position: 71px 0px;
}

.button-save {
	background: url(/images/submit-save.gif);
	display: block;
	width: 71px;
	height: 23px;
	overflow: hidden;
	border: 0;
}

.button-save-hover {
	overflow: hidden;
	background: url(/images/submit-save.gif);
	display: block;
	width: 71px;
	height: 23px;
 	background-position: 71px 0px;
}

.button-enter {
	background: url(/images/submit-enter.gif);
	display: block;
	width: 71px;
	height: 23px;
	overflow: hidden;
	border: 0;
}

.button-enter-hover {
	overflow: hidden;
	background: url(/images/submit-enter.gif);
	display: block;
	width: 71px;
	height: 23px;
 	background-position: 71px 0px;
}

.button-send {
	background: url(/images/submit-send.gif);
	display: block;
	width: 71px;
	height: 23px;
	overflow: hidden;
	border: 0;
}

.button-send-hover {
	overflow: hidden;
	background: url(/images/submit-send.gif);
	display: block;
	width: 71px;
	height: 23px;
 	background-position: 71px 0px;
}
*/