/* resultbuttons links and buttons */
.resultbuttons button {
	border: 0;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 0 14px 0 0;
}

.resultbuttons button span {
	position: relative;
	display: block;
	white-space: nowrap;
	line-height: 27px;
	padding: 0 6px 0 8px;
}

/*green buttons*/
.resultbuttons button.button_book,
.resultbuttons button.button_booknow {
	background: url(../images/bg_button_green_right.gif) right no-repeat;
}
.resultbuttons button.button_book span,
.resultbuttons button.button_booknow span {
	height: 30px;
	background: url(../images/button-green-left.gif) left no-repeat;
	color: #fff;
}

/*orange buttons*/
.resultbuttons button.button_request,
.resultbuttons button.button_decline_alt {
	background: url(../images/bg_button_orange_right.gif) right no-repeat;
}

.resultbuttons button.button_request span,
.resultbuttons button.button_decline_alt span {
	height: 30px;
	background: url(../images/button-orange-left.gif) left no-repeat;
	color: #fff;
}

/*red buttons*/
.resultbuttons button.button_decline {
	background: url(../images/bg_button_red_right.gif) right no-repeat;
}

.resultbuttons button.button_decline span {
	height: 30px;
	background: url(../images/button-red-left.gif) left no-repeat;
	color: #fff;
}

/*blue buttons*/
.resultbuttons button.button_info {
	background: url(../images/bg_button_blue_right.gif) right no-repeat;
}

.resultbuttons button.button_info span {
	height: 30px;
	background: url(../images/button-blue-left.gif) left no-repeat;
	color: #fff;
}

/* Links as buttons */
.resultbuttons a {
	background: url(../images/button-green-right.gif) top right no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0 auto;
	height: 27px;
	border: 0;
	cursor: pointer;
	padding-right: 17px;
}

.resultbuttons a span {
	background: url(../images/button-green-left.gif) top left no-repeat;
	color: #fff;
	display: block;
	line-height: 27px;
	padding: 0 5px 0 8px;
}

/* IE Hacks */
*:first-child+html .resultbuttons button,
* html .resultbuttons button { width: auto; overflow: visible; padding: 0 17px 0 0; }

*:first-child+html .resultbuttons button span,
* html .resultbuttons button span { line-height: 30px; padding: 0 12px 0 10px; }

* html .resultbuttons button span { line-height: 32px; }