.input_button{
	display: block;
	border: 0 none;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
	height: 22px;
}
.login-button {
	cursor: pointer;
	width: 126px;
	height: 22px;
	display: block;
	position: relative;
	overflow: hidden;
}
.login-button span {
	width: 126px;
	height: 22px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background: url(../i/freefoto_buttons.gif) no-repeat 0px -22px;
}
.reg-button {
	cursor: pointer;
	width: 153px;
	height: 22px;
	display: block;
	position: relative;
	overflow: hidden;
}
.reg-button span {
	width: 153px;
	height: 22px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background: url(../i/freefoto_buttons.gif) no-repeat -85px 0px;
}
.send-button .input_button{
	width: 126px;
	background: url(../i/freefoto_buttons.gif) no-repeat -126px -22px;
}