.button1 {
	cursor:pointer;
	cursor:hand;
	line-height:24px;
	background:url(images2/button1_01.gif) no-repeat left top;
	/*padding-right:30px;*/
	padding-left: 4px;
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.button1 span {
	background:url(images2/button1_02.gif) no-repeat right top;
	height:25px;
	display:block;
	display:inline-block;
	padding-left:12px;
	padding-right:28px;
	line-height:24px;
}
a.button1:hover {
	background-position:left -36px;
	text-decoration: none;
	color: #fff;
}
a.button1:hover span {
	background-position:right -36px;
}

.button2 {
	cursor:pointer;
	cursor:hand;
	line-height:24px;
	background:url(images2/button2_01.gif) no-repeat left top;
	/*padding-right:30px;*/
	padding-left: 4px;
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
.button2 span {
	background:url(images2/button2_02.gif) no-repeat right top;
	height:25px;
	display:block;
	display:inline-block;
	padding-left:12px;
	padding-right:14px;
	line-height:24px;
}
a.button2:hover {
	background-position:left -36px;
	text-decoration: none;
	color: #fff;
}
a.button2:hover span {
	background-position:right -36px;
}

