﻿.button {
	padding: 2px;
	margin: -2px 3px 2px 3px;
	border: 1px solid #bbb;
	height: 22px;
	width: 22px;
	background-color: #ddd;
	float: left;
	display: inline-block;
}

.button_back {
	background: #eee url('buttons/arrow_left.png') no-repeat 50% 50%;
}
.button_delete {
	background: #eee url('buttons/trash.png') no-repeat 50% 50%;
}
.button_home {
	background: #eee url('buttons/home.png') no-repeat 50% 50%;
}

.button_add {
	background: #eee url('buttons/add.png') no-repeat 50% 50%;
}

.button_print {
	background: #eee url('buttons/print.png') no-repeat 50% 50%;
}

.button_login {
	background: #eee url('buttons/key.png') no-repeat 50% 50%;
}

.button_logout {
	background: #eee url('buttons/shut_down.png') no-repeat 50% 50%;
}

.button_abort {
	background: #eee url('buttons/delete.png') no-repeat 50% 50%;
}

.button_edit {
	background: #eee url('buttons/tools.png') no-repeat 50% 50%;
}

.button_save {
	background: #eee url('buttons/save.png') no-repeat 50% 50%;
}

.button_start {
	background: #eee url('buttons/folder.png') no-repeat 50% 50%;
}

.button_follow {
	background: #eee url('buttons/arrow_right.png') no-repeat 50% 50%;
}