#travelofferButtonContainer {
	float: left;
	height: 40px;
}

#travelofferButtonContainer .buttonContainer,
#travelofferButtonContainer .buttonContainer *{
	height: 25px;
	float: left;
}

#travelofferButtonContainer .buttonContainer {
	padding-right: 20px;
	padding-top: 10px;
	height: 45px;
}

#travelofferButtonContainer .buttonContainer .button_middle {
	background-image: url('http://tmcomponents.travelmarket.com/customers/standard/Traveloffer/button_middle.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}

#travelofferButtonContainer .buttonContainer .button_left {
	padding-left: 20px;
	background-image: url('http://tmcomponents.travelmarket.com/customers/standard/Traveloffer/button_left.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#travelofferButtonContainer .buttonContainer .button_right {
	padding-right: 20px;
	background-image: url('http://tmcomponents.travelmarket.com/customers/standard/Traveloffer/button_right.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#travelofferButtonContainer .buttonContainer a, 
#travelofferButtonContainer .buttonContainer a:hover {
	text-decoration: none;
	line-height: 25px;
}  

#travelofferButtonContainer .buttonContainer a {
	color: #434343;
}

#travelofferButtonContainer .buttonContainer a:hover {
	color: #767676;
}
