.OfferButtonInactive IMG {
	background: #FFF;
	opacity: .60;
	-moz-opacity: .60;
	filter: alpha(opacity=60);
}

.OffersListAccepted {
	background: #DFF4D9;
}
.OffersListButton {
	background: #F8D466;
	border-left: solid 1px #FFF;
}
.OffersListAccepted .OffersListButton {
	background: #F8E096;
}
.OffersListTitle {
	color: #666;
	font-weight: bold;
	font-size: 15px;
	border-bottom: solid 1px #26AB02;
}
.OfferSave {
	color: #1C7304;
	font-weight: bold;
}