.buyBtn, .buyBtn2 {
	font-size: 0pt;
	width:160px;
	height: 50px;
	border: 0;
}

.buyBtn {
	background: url(../images/unter2/mypage/btn_ticketbuy.png);
}


.buyBtn2 {
	background: url(../images/unter2/mypage/btn_ticketbuy_002.png);
}

.muted {
	color: #606060;
}

.h-10 {
	height: 10px;
}

.m-r-20 {
	margin-right: 20px;
}

.p-t-0 {
	padding-top: 0;
}

.w-51 {
	width: 51px;
}

.fakeLink {
	color: #0000ff;
	text-decoration: underline;
	cursor: pointer;
}

.btn {
	display: inline-block;
	*display: inline;
  /* IE7 inline-block hack */

}

.block {
	display: block;
}