#fader{
	width:100%;
	height:100%;
	background:#000;
	position:fixed;
	z-index:900;
	top:0;
	left:0;
}
div.popup{
	position:absolute;
	top:30%;
	z-index:1000;
	left:30%;
	width:418px;
}
div.popup div.popup-top,
div.popup div.popup-bottom{
	width:100%;
	overflow:hidden;
	height:31px;
	background:url(../img/bg-popup-top.png) no-repeat 0 0;
}
div.popup div.popup-bottom{
	background:url(../img/bg-popup-bottom.png) no-repeat 0 0;
}
div.popup div.popup-inner{
	width:390px;
	padding:0 14px;
	overflow:hidden;
	min-height:467px;
	height:auto!important;
	height:467px;
	background:url(../img/bg-popup-inner.png) repeat-y 0 0;
}
div.popup div.thank{
	margin:171px 0 0;
	width:100%;
	font-size:12px;
	line-height:21px;
	color:#002f62;
}
div.popup div.thank p.title{
	font-size:22px;
	margin:0;
	line-height:24px;
	font-weight:bold;	
}
div.popup div.thank p{
	margin:23px 0 0;
	text-align:center;
	font-size:12px;
	line-height:21px;
	color:#002f62;
}
div.popup div.thank a{
	color:#f90;
	font-weight:bold;
	text-decoration:none;
}
div.popup div.thank a:hover{
	text-decoration:underline;
}
div.popup a.close{
	position:absolute;
	top:20px;
	outline:none;
	right:18px;
	width:76px;
	height:35px;
	display:block;
	text-indent:-99999px;
	background:url(../img/bg-popup-close.gif) no-repeat 0 0;
}
div.popup h2{
	font-size:16px;
	line-height:21px;
	color:#002f62;
	margin:10px 0 0;
}
div.popup div.info{
	padding:0 30px;
}
div.popup div.form{
	width:100%;
	margin:11px 0 0;
	overflow:hidden;
}
div.popup div.form div.top{
	width:100%;
	overflow:hidden;
	background:#d5eafb url(../img/bg-p-form-top.gif) no-repeat 0 0;
}
div.popup div.form div.bottom{
	width:290px;
	overflow:hidden;
	padding:25px 20px 17px;
	background:url(../img/bg-p-form-bottom.gif) no-repeat 0 100%;
}
div.popup div.form table{
	margin:0;
	width:290px;
	display:block;
	overflow:hidden;
}
div.popup div.form table tr{
	list-style:none;
	width:100%;
	float:left;
	overflow:hidden;
	padding:0;
}
div.popup div.form table tr.pad{
	padding:0 0 6px;
}
div.popup div.form table tr td{
	text-align:left;
	width:100%;
	float:left;
}
div.popup div.form td.whitetext,
div.popup div.form td.dates{
	width:100%;
	font-size:12px;
	color:#000;
	float:left;
	font-weight:bold;
}
div.popup p{
	font-size:11px;
	line-height:13px;
	margin:16px 0 0;
	color:#666;
	text-align:justify;
}
div.popup div.form input.inputbox1{
	width:277px;
	float:left;
	padding:3px 3px 0;
	border:1px solid #ccc;
	height:18px;
}
div.popup div.form input.submit{
	background:#2c97ed;
	margin:14px 0 0;
	border:0 none;
	float:left;
	width:68px;
	height:23px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	text-transform:uppercase;
}
div.popup div.form tr.dream input.inputbox1{
	margin:0 0 5px;
}
div.popup div.form td.dates input.inputbox1{
	width:125px;
	float:none;
}
div#video{
	width:508px;
	display:none;
}
div#video a.close{
	top:25px;
	right:23px;
}
div.popup div.popup-video{
	width:416px;
	padding:67px 46px 0;
	height:445px;
	background:url(../img/bg-popup-video.png) no-repeat 0 0;
}
div.popup div.popup-video a.logo{
	width:189px;
	position:relative;
	margin:18px auto 0;
	display:block;
}