﻿a.button
{
	background: url(images/buttons/button.png);
	display: block;
	color: #555555;
	font-weight: bold;
	height: 30px;
	line-height: 29px;
	margin-bottom: 14px;
	text-decoration: none;
	width: 191px;
	margin-left: 153px;
	margin-top: 1em;
}
a:hover.button
{
	color: #000000;
}

a.button span
{
	text-indent: 38px;
	display: block;
}

.add
{
	background: url(images/buttons/add.png) no-repeat 10px 8px;
}
.delete
{
	background: url(images/buttons/delete.png) no-repeat 10px 8px;
}
.user
{
	background: url(images/buttons/user.png) no-repeat 10px 8px;
}
.email
{
	background: url(images/buttons/email.png) no-repeat 10px 8px;
}
.login
{
	background: url(images/buttons/multi-user.png) no-repeat 10px 8px;
}
.help
{
	background: url(images/buttons/help.png) no-repeat 10px 8px;
}
.tickuser
{
	background: url(images/buttons/tickuser.png) no-repeat 10px 8px;
}
.update
{
	background: url(images/buttons/check.png) no-repeat 10px 8px;
}
.confirmuser
{
	background: url(images/buttons/confirm-user.png) no-repeat 10px 8px;
}
.deleteuser
{
	background: url(images/buttons/delete-user.png) no-repeat 10px 8px;
}