a.button {
	color: #555555;
	font-weight: bold;
	height: 30px;
	line-height: 29px;
	margin-bottom: 14px;
	text-decoration: none;
	float: left;
}

a.buttonFull {
	background: url('img/button.gif');
	width: 191px;
}

a.buttonHalf {
	background: url('img/button_small.gif');
	width: 96px;
}

a.noButton {
	height: 30px;
	line-height: 29px;
	margin-bottom: 14px;
	text-decoration: none;
	float: left;
	vertical-align: middle;
}
a:hover.button {
	color: #0066CC;
}

.add {
	background: url('img/add.gif') no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.delete {
	background: url('img/delete.gif') no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.user {
	background: url('img/user.gif') no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.alert {
	background: url('img/alert.gif') no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.msg {
	background: url('img/msg.gif') no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.download {
	background: url('img/download.gif') no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.lens {
	background: url('img/lens.gif') no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.save {
	background: url('img/ok.gif') no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.ok {
	background: url('img/ok.gif') no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}




