a.nicebutton{
	background:url('../images/button.gif');
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}
a:hover.nicebutton{
	color:#0066CC;
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.nicebutton .add{
		background:url('../images/add.gif') no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.nicebutton .delete{
		background:url('../images/delete.gif') no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.nicebutton .user{
		background:url('../images/user.gif') no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.nicebutton .alert{
		background:url('../images/alert.gif') no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.nicebutton .msg{
		background:url('../images/msg.gif') no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.nicebutton .download{
		background:url('../images/download.gif') no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}

	.nicebutton .lens{
		background:url('../images/lens.gif') no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.nicebutton .info{
		background:url('../images/info.gif') no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}