button {
	background: transparent url(layout_images/button.png) repeat-x top left !important;
	border: solid 1px #000000 !important;
	color: #000000 !important;
	font-weight: bold !important;
	width: auto !important;
	height: 27px !important;
	padding: 0px 5px !important;
	line-height: 24px !important;
	font-size: 11px;
	overflow: visible !important;
}

button:hover,
.help a:hover,
.logout a:hover,
button.button_disabled
{
	background: transparent url(layout_images/button.png) repeat-x top left !important;
}

form.reservation button.cancel_disabled,
form.reservation button.reserve_disabled,
form.reservation button.reserve_disabled,
button.button_disabled
{
	background-color: #BBBBBB !important;
	color: #777777 !important;
	border-color: #777777 !important;
}

.reserve a:hover {
	background: #FFFFFF;
	color: #000000;
}


.help a,
.logout a
{
	background: transparent url(layout_images/button.png) repeat-x top left !important;
	border: solid 1px #000000;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 3px 5px;
	line-height: 24px;
}

.small_button {
    background-position: center !important;
	height: 22px !important;
	padding: 0px 3px !important;
	line-height: 20px !important;
	font-size: 9px;
}

div.buttons_box button {
	width: 100% !important;
}

.midbox div.buttons_box table.ma, .midbox div.buttons_box table {
	width: 180px;
}

div.buttons_box #change_actions {
	margin-top: 0px;
	margin-bottom: 20px;
}

div.buttons_box #change_actions td {
	padding: 0px !important;
}

div.buttons_box #change_actions button {
	margin-left: 5px;
}


button.button_print,
button.button_outlook,
button.button_email {
	margin: 0px;
}

button.button_print {
	margin-left: 1px;
}

button.button_email {
	margin-left: 2px;
	width: 99% !important;
}

button.button_outlook {
	padding-right: 0px;
}

div.buttons_box .confirm_email_button td {
	padding-right: 4px;
}

table.dlist button {
	margin-left: 10px;
	width: 150px !important;
}

table#dlist_pagination button, table.full_width button {
	margin-right: 20px !important;
	width: 150px !important;
}