.btn_100_gray
{
	background-position: center center;
	font-size: 12px;
	background-image: url(../images/platinum_tr_100x.gif);
	border-top-style: none;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
	width: 100px;
	height: 22px;
	color: #505050;
	cursor: hand;
}
.btn_150_gray
{
	background-position: center center;
	font-size: 12px;
	background-image: url(../images/platinum_tr_150x.gif);
	border-top-style: none;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
	width: 150px;
	height: 22px;
	color: #505050;
	cursor: hand;
}
.btn_150_orange
{
	background-position: center center;
	font-size: 11px;
	background-image: url(../images/orange_tr_150x.gif);
	border-top-style: none;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
	width: 150px;
	height: 22px;
	color: #fff;
	cursor: hand;
	font-weight:600;
}
.btn_100_orange
{
	background-position: center center;
	font-size: 11px;
	background-image: url(../images/orange_tr_100x.gif);
	border-top-style: none;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
	width: 100px;
	height: 22px;
	color: #fff;
	cursor: hand;
	font-weight:600;
}
