/*kuldesBtn*/
#kuldesBtn {
	behavior: url(hover.htc);
	color:#fff;
	margin:-20px 0 0 240px;
	border-width:0;
	background-color:transparent;
	font-family:Tahoma;
	font-size:11px;
	background-image:url(buttons_en.png);
	background-repeat:no-repeat;
	background-position: 0 0px;
	width:47px;
	height:19px;
	display:block;
}
#kuldesBtn.hover {
	cursor:pointer;
	background-position: 0 -19px;
}
#kuldesBtn:hover {
	cursor:pointer;
	background-position: 0 -19px;
}

/*----------REDELÉS--------------*/
/*tovabBtn*/

#loginBtn {
	behavior: url(hover.htc);
	color:#fff;
	margin:5px 0 0 85px;
	border-width:0;
	background-color:transparent;
	font-family:Georgia;
	font-size:11px;
	background-image:url(buttons_en.png);
	background-repeat:no-repeat;
	background-position: -96px 0px;
	width:47px;
	height:19px;
	display:block;
}
#loginBtn.hover {
	cursor:pointer;
	background-position: -96px -19px;
}
#loginBtn:hover {
	cursor:pointer;
	background-position: -96px -19px;
}

/*keresesBtn*/
#keresBtn {
	behavior: url(hover.htc);
	color:#fff;
	margin:10px 0 0 80px;
	border-width:0;
	background-color:transparent;
	font-family:Tahoma;
	font-size:11px;
	background-image:url(buttons_en.png);
	background-repeat:no-repeat;
	background-position: -143px 0px;
	width:52px;
	height:19px;
	display:block;
}
#keresBtn.hover {
	cursor:pointer;
	background-position: -143px -19px;
}
#keresBtn:hover {
	cursor:pointer;
	background-position: -143px -19px;
}


