a.button2
{
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;

	display:block;
	/* background:url("http://images.av-kicker.com/buttons/button.gif"); */
	color:#555555;
	font-weight:bold;
	height:30px;
	width:130px;
	text-decoration:none;
	background-color:#ffffff;
}

a:hover.button2
{
	color:#000000;
	background-color:#2D7132;
}

a.button2 span
{
	display:block;
	padding-top:8px;
	text-indent:27px;
}

a.button2 span.nopic
{
	background:url("../images/buttons/nopic.gif") no-repeat; /* 10px 6px;*/
}

/* -------------------- */
/* CLASSES */
/* -------------------- */
.add{
background:url("../images/buttons/add.gif") no-repeat 10px 6px;
}
.delete{
background:url("../images/buttons/delete.png") no-repeat 10px 6px;
}
.user{
background:url("../images/buttons/user.gif") no-repeat 10px 6px;
}
.register{
background:url("http://images.av-kicker.com/buttons/register.png") no-repeat 10px 6px;
}
