.buttonsdiv {
	clear:both;
	line-height:50px;
	width:450px;
	
}

a.button span:active {
	padding:2px 0 6px 18px;
}

a.button span {
	display: block;
	line-height: 37px;
	padding: 1px 0 5px 18px;
} 

a.button.kek 			{background: transparent url('images/gomb_kek_right.png') no-repeat scroll top right;} 
a.button span.kek 		{background: transparent url('images/gomb_kek_left.png') no-repeat; }

a.button.kek2 			{background: transparent url('images/gomb_kek_right.png') no-repeat scroll top right;} 
a.button span.kek2 		{background: transparent url('images/gomb_kek_left2.png') no-repeat; }
a.button.narancs 		{background: transparent url('images/gomb_narancs_right.png') no-repeat scroll top right; }
a.button span.narancs	{background: transparent url('images/gomb_narancs_left.png') no-repeat; }
a.button.szurke 		{background: transparent url('images/gomb_szurke_right.png') no-repeat scroll top right; }
a.button span.szurke 	{background: transparent url('images/gomb_szurke_left.png') no-repeat; }
a.button.zold 			{background: transparent url('images/gomb_zold_right.png') no-repeat scroll top right; }
a.button span.zold 		{background: transparent url('images/gomb_zold_left.png') no-repeat; }
a.button.small {font-size:11px;font-weight:normal;font-style:italic;

}
a.button {
	float: left;
	height: 37px;
	margin-right: 4px;
	padding-right: 20px;
	color: #ffffff;
	text-shadow: 0.1em 0.1em #333;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}


