.button0,
.button1,
.button2 {
	width: 100px;
	background-image: url(../cms/pics/gomb_100_0.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF !important;
	cursor: pointer;
	font-weight: bold;
}

input.button0,
input.button1,
input.button2 {
	border: 0px solid;
	background-color: transparent;
	font-size: 12px;
	font-family: Arial;
	height: 21px;
}


.button0:hover {
	background-image: url(../cms/pics/gomb_100_1.png);
	color: #000000 !important;
}

.button1 {
	width: 120px;
	background-image: url(../cms/pics/gomb_120_0.png);
}

.button1:hover {
	background-image: url(../cms/pics/gomb_120_1.png);
	color: #000000 !important;
}

.button2 {
	width: 150px;
	background-image: url(../cms/pics/gomb_150_0.png);
}

.button2:hover {
	background-image: url(../cms/pics/gomb_150_1.png);
	color: #000000 !important;
}

a.button0, a.button1, a.button2 {
    float: left; line-height: 20px; text-align: center;
}