#buttons{
	width:100%;
	white-space: nowrap;
	height:44px;
}
a.button{
	background:url(../img/button.gif);
	display:block;
	color:#555555;
	font-weight:normal;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:152px;
	white-space: nowrap;
}
a:hover.button{
color:#0066CC;
}
/* -------------------- */
/* CLASSES */
/* -------------------- */
.add{
background:url(../img/add.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;
}
.next{
background:url(../img/next.gif) no-repeat 10px 8px;
text-indent:30px;
display:block;
}
.prev{
background:url(../img/back.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;
}
