/* BUTTON */

input.btn_kassa {
	background:url('/fileadmin/templates/img/btn_kassa.gif') no-repeat;
	color:#fff;
	font-size:10px; 
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	padding-left:5px;
	height:29px;
	width:161px;
	border:none;
	margin:3px 0;
}

a.button1 {
	height: 29px;
	display: block;
	float: left;
	font: bold 10px/28px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: url('/fileadmin/templates/img/button1.png') left top no-repeat;
}
a.button1 span {
	height: 29px;
	display: block;
	padding: 0 10px;
	background: url('/fileadmin/templates/img/button1.png') right top no-repeat;
	margin-right:-3px;
}
a.button2 {
	height: 18px;
	display: block;
	float: left;
	font: bold 10px/18px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: url('/fileadmin/templates/img/button2.png') left top no-repeat;
}
a.button2 span {
	height: 18px;
	display: block;
	float: left;
	padding: 0 5px;
	background: url('/fileadmin/templates/img/button2.png') right top no-repeat;
	margin-right:-1px;
}
a.button3 {
	height: 18px;
	display: block;
	float: left;
	font: bold 10px/18px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	background: url('/fileadmin/templates/img/button3.png') left top no-repeat;
}
a.button3 span {
	height: 18px;
	display: block;
	float: left;
	padding: 0 5px;
	background: url('/fileadmin/templates/img/button3.png') right top no-repeat;
	margin-right:-1px;
}
a.button1, a.button2, a.button3 {
	cursor:pointer;
}
a.button1:hover, a.button2:hover {
	color:#fff;
	text-decoration:none !important;
}
		
a.button3:hover {
	color:#000;
	text-decoration:none !important;
}

