
/* Overlay
----------------------------------------------------------------------- */

.overlay, .overlay2 {
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
}




/* Wyndham Rewards login modal
----------------------------------------------------------------------- */

.modal_bg {
	display: none;
	width: 704px;
	padding: 107px 0 0;
	background: url(../images/global/bgs/login-modal-header.png) 0 0 no-repeat;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -352px;
	z-index: 310;
	color: #666;
}

.modal_bg .close.top {
	background: url(../images/global/sprites/global-ui.png) 0 -600px no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 90px;
	right: 8px;
	text-indent: -9999px;
}

.modal_bg .close.bottom { display: none; }

.modal_bg .modal_content {
	background: #fff;
	padding: 20px;
	overflow: hidden;
}

.modal_bg h2 {
	font-size: 12px;
	font-weight: bold;
	color: #262262;
	margin: 0 0 10px;
}

.modal_bg .btn {
	height: 18px;
	line-height: 18px;
	margin: 0 0 10px 15px;
	background: url(../images/global/bgs/btn-dark-blue-rpt.png) 0 0 repeat-x #00487e;
	text-transform: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.left_copy {
	width: 310px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #ccc;
}

.left_copy h2 + p,
.modal_content p.clear,
.modal_content p.force_break,
.modal_content p.clear + p,
.modal_content p.force_break + p {
	clear: both;
	padding: 0 0 0 15px;
	background: url(../images/global/bgs/checkIcon.png) 0 1px no-repeat;
	min-height: 10px;
	margin: 0 0 .5em;
}

.left_copy h2 + p + p {
	float: left;
	width: 160px;
	margin: 0 10px .5em 15px;
}

.left_copy .right {
	float: left;
	text-align: left;
	width: 125px;
	margin: 0 0 .5em 0;
}

.left_copy .btn { width: 6em; }

.left_copy .disclaimers p {
	font-size: 10px;
	margin: 0 0 .5em 15px;
	text-indent: -.8em;
}

.right_copy {
	width: 310px;
	float: left;
}

.right_copy .intro {
	margin: 0 0 1em;
}

.right_copy form {
	margin: 20px 0 0;
}

.modal_bg form > div {
	width: 110px;
	float: left;
	margin: 0 5px 2px 0;
}

.modal_bg label strong {
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin: 0 0 .2em;
}

.modal_bg input[type="text"],
.modal_bg input[type="password"] {
	width: 102px;
}

.right_copy .btn {
	margin: 15px 0 0;
	float: left;
}

.helper_links {
	clear: both;
	margin: 0 0 10px;
}
.helper_links a:first-child{
	margin-right:15px;
}

.modal_bg form > .error {
	width: auto;
	display: none;
}









/* Modal globals
----------------------------------------------------------------------- */

.currency_modal,
.modify_res_modal,
.compare_hotel_modal {
	display: none;
	position: fixed;
	z-index: 500;
	top: 5%;
	left: 50%;
	max-width: 960px;
}


/* Modal head ----------------------------------------- */

.currency_modal > .head,
.modify_res_modal > .head,
.compare_hotel_modal > .head {
	height: 28px;
	background: url(../images/global/bgs/modal-head.png) 50% 0 no-repeat;
	color: #fff;
	padding: 0 20px;
	position: relative;
}

.currency_modal > .head p,
.modify_res_modal > .head h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 35px;
	color: #fff;
}

.currency_modal .head .close,
.modify_res_modal .close_top,
.compare_hotel_modal .close_top {
	position: absolute;
	right: 8px;
	top: 9px;
	width: 12px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	background: url(../images/global/sprites/global-ui.png) 0 -600px no-repeat;
	cursor: pointer;
}


/* Modal content ----------------------------------------- */

.currency_modal > .currency_bg,
.modify_res_modal > .modal_content,
.compare_hotel_modal > .modal_content {
	background: #fff;
	padding: 20px;
}














/* Modify reservation modal
----------------------------------------------------------------------- */

.modify_res_modal {
	width: 930px;
	margin-left: -465px;
}

.modify_res_modal br {
	display: none;
}

.modify_res_modal .hotel_property {
	float: left;
	width: 150px;
	margin: 0 15px 0 0;
}

.modify_res_modal .hotel_property h3 {
	margin: 0 0 1em;
}

.modify_res_modal .hotel_property img,
.modify_res_modal .hotel_property > div {
	display: block;
	margin: 0 0 10px;
}

.modify_res_modal .hotel_property a {
	font-size: 11px;
	display: block;
	margin: 0 0 2px;
}

.modify_res_modal .reservations {
	float: left;
	width: 725px;
}

.modify_res_modal .former {
	font-size: 1.2em;
	font-weight: bold;
	color: #262262;
	margin: 0 0 .5em;
	clear: both;
}

.modify_res_modal .res_box {
	padding: 10px;
	border: 1px solid #ccc;
	background: #f6f6f6;
	margin: 0 0 15px;
}

.modify_res_modal .res_box p {
	margin: 0 0 .25em;
}

.modify_res_modal .hotel_info > img,
.modify_res_modal .room_info,
.modify_res_modal .stay_info {
	float: left;
	margin: 0 15px 10px 0;
}

.modify_res_modal .room_info {
	width: 225px;
}

.modify_res_modal .beds p,
.modify_res_modal .icon.regulation {
	float: left;
	margin: 0 3px 0 0;
}

.modify_res_modal .stay_info {
	width: 290px;
	margin-right: 0;
}

.modify_res_modal .price_bar {
	margin: 0;
}

.modify_res_modal .red {
	font-weight: bold;
}

.modify_res_modal .btn {
	float: left;
	margin: 0 10px 0 0;
}















/* Currency converter modal
----------------------------------------------------------------------- */

.currency_modal {
	width: 450px;
	top: 25%;
	margin-left: -225px;
}

.currency_modal input {
	width: 152px;
}

.currency_modal select {
	width: 160px;
	margin: 0 0 20px;
}

.currency_modal p {
	margin: 0 0 .5em;
	color: #666;
}

.box_have,
.box_want {
	width: 160px;
	float: left;
}

.currency_modal .flip {
	width: 49px;
	height: 49px;
	float: left;
	margin: 30px 20px 0;
	background: url(../images/global/bgs/currency-flip.png) 0 0 no-repeat;
}

.currency_modal .flip a {
	display: block;
	height: 100%;
	cursor: pointer;
}















/* Compare hotel modal
----------------------------------------------------------------------- */

.compare_hotel_modal {
	position: absolute;
	width: 780px;
	margin-left: -390px;
}

.compare_hotel_modal .head_links {
	float: right;
	margin: 7px 0 0;
}

.compare_hotel_modal .head_links p {
	margin: 0 10px 0 0;
}

.compare_hotel_modal .head_email {
	background-position: 0 -631px;
}

.compare_hotel_modal .head_print {
	background-position: 0 -565px;
}

.compare_hotel_modal .head_links a {
	color: #fff;
}

.compare_hotel_modal h3 {
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 1em;
}


/* Columns ----------------------------------------- */

.compare_hotel_modal .hotel_box,
.compare_hotel_modal .hotel_box_last {
	width: 148px;
	min-height: 47em;
	padding: 10px 10px 50px;
	float: left;
	margin: 0 20px 0 0;
	background: #fff;
	border: 1px solid #ddd;
	position: relative;
}

.compare_hotel_modal .hotel_box_last {
	margin-right: 0;
}


/* Column content ----------------------------------------- */

.compare_hotel_modal .hotels > div > img {
	display: block;
	margin: 0 auto 5px;
}

.compare_hotel_modal h4 {
	margin: 10px 0 6px;
}

.compare_hotel_modal .hotel_phone,
.compare_hotel_modal .hotel_distance,
.compare_hotel_modal .hotel_out,
.compare_hotel_modal .hotel_offer_rate {
	margin: 0 0 6px;
}

.compare_hotel_modal ul {
	margin: 0 0 10px 15px;
}

.compare_hotel_modal .icon.regulation {
	float: left;
	margin: 0 3px 3px 0;
}

.compare_hotel_modal .btn {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 10px;
}





