/* BUTTONS */
a.button_register {
	display:block;
	float:left;
	width:79px;
	height:16px;
	margin-right:2px;
	background:url(../gfx/buttons/button-register.png) no-repeat;
}
a.button_register:hover {
	display:block;
	background-position: 0px -16px;
}
a.button_lostpassword {
	display:block;
	float:left;
	width:103px;
	height:16px;
	margin-right:2px;
	background:url(../gfx/buttons/lostpasswordpl.png) no-repeat;
}
/*
a.button_lostpassword:hover {
	display:block;
	background-position: 0px -16px;
}
*/
a.button_logout {
	float:left;
	width:66px;
	height:16px;
	margin-right:2px;
	background:url(../gfx/buttons/button-logout-hvr.png) no-repeat;
	display:block;
}
a.button_logout:hover {
	display:block;
	background-position: 0px -16px;
}
a.button_back {
	float:left;
	width:55px;
	height:16px;
	margin-right:2px;
	background:url(../gfx/buttons/button-back-hvr.png) no-repeat;
	display:block;
}
a.button_back:hover {
	display:block;
	background-position: 0px -16px;
}
a.button_edit {
	float:left;
	width:50px;
	height:16px;
	margin-left:2px;
	background:url(../gfx/buttons/button-edit-hvr.png) no-repeat;
	display:block;
}
a.button_edit:hover {
	display:block;
	background-position: 0px -16px;
}
a.button_delete {
	float:left;
	width:50px;
	height:16px;
	margin-left:2px;
	background:url(../gfx/buttons/button-delete-hvr.png) no-repeat;
	display:block;
}
a.button_delete:hover {
	display:block;
	background-position: 0px -16px;
}
a.button_close {
	float:left;
	width:55px;
	height:16px;
	margin-left:2px;
	background:url(../gfx/buttons/button-close-hvr.png) no-repeat;
	display:block;
}
a.button_close:hover {
	display:block;
	background-position: 0px -16px;
}
a.button_cancel {
	float:left;
	width:50px;
	height:16px;
	margin-left:2px;
	background:url(../gfx/buttons/button-cancel-hvr.png) no-repeat;
	display:block;
}
a.button_cancel:hover {
	display:block;
	background-position: 0px -16px;
}
a.button_out {
	float:left;
	width:55px;
	height:16px;
	margin-left:2px;
	background:url(../gfx/buttons/button-out-hvr.png) no-repeat;
	display:block;
}
a.button_out:hover {
	display:block;
	background-position: 0px -16px;
}

a.button_open {
	float:left;
	width:55px;
	height:16px;
	margin-left:2px;
	background:url(../gfx/buttons/button-open-hvr.png) no-repeat;
	display:block;
}
a.button_open:hover {
	display:block;
	background-position: 0px -16px;
}

a.button_show {
	float:left;
	width:50px;
	height:16px;
	margin-right:2px;
	background:url(../gfx/buttons/button-show-hvr.png) no-repeat;
	display:block;
}
a.button_show:hover {
	display:block;
	background-position: 0px -16px;
}

a.button_vote {
	float:left;
	width:50px;
	height:16px;
	margin-right:2px;
	background:url(../gfx/buttons/button-vote-hvr.png) no-repeat;
	display:block;
}
a.button_vote:hover {
	display:block;
	background-position: 0px -16px;
}
