@charset "utf-8";
/* CSS Document */

#bookingWidget {
	position: absolute;
	text-align: left;
	display: none;
	z-index: 10000;
}

.bw_wrapper {
	border: 1px solid #ccc;
	background-color: #fff;
	width: 282px;
	padding: 3px;
	text-align: left;
}

.bw_container {
	border: 0px;
	padding: 10px;
}

.bw_close {
	padding-right: 17px;
	float: right;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #753C52;
	height: 15px;
	line-height: 15px;
	background-image: url('assets/bw_close.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

.bw_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #753C52;
	height: 28px;
}

.bw_field {
	float: left;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 96px;
}

.bw_field.auto_size {
	width: auto;
}

.bw_field input, .bw_field select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #483822;
}

.bw_field input {
	width: 90px;
}

.bw_calendar {
	float: left;
	padding: 0px 5px;
	margin-top: 12px;
}

.bw_calendar img {
	cursor: pointer;
}

.bw_button {
	float: right;
	margin-top: 6px;
}

.bw_button button {
	background-image: url('assets/bw_btn_arrow.gif');
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #753D52;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 4px 18px 4px 8px;
}

.bookingWidgetBar {
	text-align: left;
	float: right;
}

.bookingWidgetBar .bw_field {
	width: auto;
	padding: 6px 0px;
	float: left;
	margin-right: 15px;
}

.bookingWidgetStrip {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 160px;
}

.bookingWidgetStrip .bw_field {
	float: none;
	width: auto;
	margin-bottom: 10px;
}

.bookingWidgetStrip .bw_button {
	float: none;
	text-align: right;
}
