@charset "utf-8";

a img{
	border:0;
}
#alpha-mask{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#000;
	display:none;
	z-index:990;
}
#popup-zone{
	position:absolute;
	left:0px;
	top:-200px;
	width:100%;
	height:100%;
	overflow:hidden;

}
#travel-popup{
	background-color:#eee8dc;
	width:654px;
	height:564px;
	padding:3px;
	margin:0 auto;
	font-family:Verdana, Tahoma, Arial;
	font-size:10pt;
	color:#896619;
	position:relative;
	display:none;
	z-index:999;
}
	#travel-popup > div{
		background-image:url(../image/bg-popup.png);
		border:1px solid #c6c1b7;
		padding:12px;
		width:628px;
		height:538px;
	}
		#travel-popup > div > div{
			background-color:#eee8dc;
			width:628px;
			height:538px;
		}
			#closePopup{
				float:right;
				margin:1px 1px 0 3px;
			}
			#popup-data-right{
				position:relative;
				right:10px;
			}
			#popup-data-right .leftCell{
				text-align:right;
				width:35%;
			}
			#popup-data-right .rightCell{
				text-align:left;
				width:65%;
			}


/*TRAVEL FORM POPUP*/
#ad-image-popup{
	margin:35px 0 0 35px;
}
#popup-data-right table{
	width:100%;
	border-spacing:5px;
	empty-cells:show;
}
#submit-form{
	width:75px;
	height:28px;
	float:right;
	margin:20px 160px 0 0;
}
#captcha-container{
	text-align:right;
	margin:30px 35px 0 0;	
	position:relative;
	text-align:right;
}


/*THANKS POPUP*/
.thanks-popup-h1{
	width:335px;
	color:#003e62;
	font-size:23px;
	font-family:Georgia, "Times New Roman";
	margin:60px 0 0 130px;
	line-height:20pt;
}
#ad-image-thankyou{
	margin:70px 0 0 35px;
}
.thanks-text{
	width:335px;
	margin-left:130px;
	font-size:9pt;
	margin-top:12px;
	line-height:20px;
}
.btn-return-container{
	margin-left:180px;
}
.follow-container{
	width:200px;
	margin:140px;
	position:relative;
	right:65px;
	text-align:center;
}
.data-thank-popup{
	position:relative;
	right:150px;
}


/*General use Styles*/
#travel-popup select{
	min-width:99px;
}
#travel-popup .inputText{
	width:195px;
	background-color:#fff;
	border:none;
	background-image:url(../image/bg-input-text.png);
	background-repeat:no-repeat;
	height:20px;
}
#travel-popup .inputShort{
	width:95px;
	background-color:#fff;
	border:none;
	background-image:url(../image/bg-input-text.png);
	background-repeat:no-repeat;
	height:20px;
}
.leftSide{
	float:left;
	width:45%;
}
.rightSide{
	float:right;
	width:55%;
	
}
.clear{
	clear:both;
}
.popupComment{
	font-size:8pt;
	color:#a79c85;
}
.btn-accept-container{
	text-align:center;
	margin-top:25px;
}


/*Variable data display*/
#popup-data-left .data1, #popup-data-right .data1{
	display:block;
}
#popup-data-left .data2, #popup-data-right .data2{
	display:none;
}
