
.make-reservation-container{
	background:#000 url(/images/hotel_crown/crown_book_bg.jpg) no-repeat;
	width:295px;
	height:55px;
}
.make-reservation-container.hardrock{
	background:#000 url(/images/cod/image/hardrock_book_bg.jpg) no-repeat;
}
.make-reservation-container.hyatt{
	background:#000 url(/images/hotel_hyatt/hyatt_book_bg.jpg) no-repeat;
}
.make-reservation-container .mtitle{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:3px;
	font-size:11px;
	font-weight:bold;
}
.make-reservation-container .mdetail{
	padding-left:10px;
}
.make-reservation-container .mdetail table{
	height:15px;
}
.make-reservation-container .mdetail table td{
	vertical-align:top;
}
.make-reservation-container .mdetail input{
	width:60px;
	height:13px;
}
.make-reservation-container .mdetail .night{
	font-size:10px;
}
.make-reservation-container .mdetail select{
	font-size:10px;
}
.make-reservation-container .mdetail a{
	background:url(/images/new_images/home/btn_enews_off.jpg) no-repeat;
	width:96px; height:20px;
	display: block;
	border:0px;
	font-size:10px;
	font-weight:bold;
	padding-left:13px;
	padding-top:0px;
}
.make-reservation-container .mdetail a:hover{
	background:url(/images/new_images/home/btn_enews_on.jpg) no-repeat;
	width:96px; height:20px;
	display: block;
	border:0px;
	font-size:10px;
	font-weight:bold;
	padding-left:15px;
	padding-top:0px;
}
