@charset "utf-8";
/* CSS Document */
/* ----- ALERT ---- */
div.ui-dialog-content {
	font-size:12px;
	font-weight: normal;
}

#priceresult {
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}

.reservationbox {
	background: #fd6c42 url(../graphics/reservationbox/reservationbox_repeat.jpg) no-repeat;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 11px;
	width: 538px;
}
.reservationbox a{
	color: #FFFFFF;
	text-decoration: none;
}
.reservationbox h1{
	color: #ffffff;
	text-transform:uppercase;
	font-size: 16px;
	font-weight: bold;
}
.reservationbox-top {
	background: url(../graphics/reservationbox/reservationbox_top.jpg) no-repeat;
	height: 10px;
}
.reservationbox-bottom {
	background: url(../graphics/reservationbox/reservationbox_bottom.jpg) no-repeat;
	height: 10px;
}
.fixedfield {
	width: 160px;
}
/*.reservationbox-btn {
	background:url(../graphics/reservationbox/reservationbox-btn.jpg) repeat-x;
	border: 1px solid #ffffff;
	text-transform: uppercase;
}*/
.reservationbox-btn {
	font-size:13px;
	padding: 4px;
	cursor: pointer;
	margin: auto;
	background: transparent url(../graphics/blue-gradient.jpg) repeat-x scroll 0 -14px;
	color: #033C69;
	font-weight: bold;
	border: 1px solid #033C69;
	margin-top:10px;
	margin-right: 5px;
}
.button {
	float: right;
	cursor: pointer;
	height: 15px;
}
.buttoninner {
	height: 15px;
	font-weight:bold;
}

#optionsbox {
	width:300px;
	float: right;
}
.reservtitulo {
	width:250px;
}
.request {
	width:270px;
	float:right;
	margin-right:5px;
	font-size:11px;
	color:#2D5786;
}