#signupPanel {
	position: fixed;
	_position: absolute;
	z-index: 99;
	top: 64px;
	right: 0px;
	display: none;
}

#signupPanel.expanded *.collapsed,
#signupPanel.collapsed *.expanded {
	display: none;
}

#signupPanel.partialopen,
#signupPanel.expanded {
	width: 297px;
}

#signupPanel div.tab {
	position: relative;
	top: 15px;
	float: left;
	width: 80px;
	height: 205px;
	background: URL("http://scripts.bzpics.com/tours/bzn/tour3/images/signup/shape.png?v=1") no-repeat;
	float:left;
}

#signupPanel.collapsed div.tab {
	cursor: pointer;
}

#signupPanel div.panel {
	display: none;
	position: relative;
	width: 217px;
	float:left;
}

#signupPanel div.panel_bottom {
	height: 12px;
	width: 217px;
	background: URL("http://scripts.bzpics.com/tours/bzn/tour3/images/signup/content-background-bottom.png?v=1") no-repeat;
}

#signupPanel div.vip_panel {
	display: block;
	overflow: hidden;
	height: 372px;
	width: 217px;
	background: URL("http://scripts.bzpics.com/tours/bzn/tour3/images/signup/content-background.png?v=1") no-repeat;
	z-index: 1;
}


#signupPanel div.vip_panel_sent {
	display: block;
	overflow: hidden;
	height: 145px;
	width: 217px;
	background: URL("http://scripts.bzpics.com/tours/bzn/tour3/images/signup/content-background-top.png?v=1") no-repeat;
	position:absolute;
	top:0px;
	z-index: 10;
	opacity:0;
	filter:alpha(opacity=0);

}

#signupPanel div.vip_panel_sent_email {
	color:#fff;
	font-size:12px;
	position:absolute;
	bottom:10px;
	left:12px;
}



#signupPanel.partialopen div.panel,
#signupPanel.expanded div.panel {
	position: relative;
	display: block;
	z-index: 100;
}

#signupPanel div.tab div.header div.title {
	position: relative;
	left: -3px;
	width: 48px;
	height: 12px;
	background: URL("http://scripts.bzpics.com/tours/bzn/tour3/images/signup/active.gif?v=1") no-repeat;
}

#signupPanel div.panel div.content ul, #signupPanel div.panel div.content p {
	display:none;
}

#signupPanel div.panel div.content {

	height:296px;
}

#signupPanel div.panel div.footer {
	width:194px;
	/*margin:0 auto;*/
	position:relative;
	left:12px;
}

#signupPanel div.panel div.footer input {

	font-size:16px;
	color:#333;
	font-weight:bold;
	padding:5px 4px 4px 4px;
	border:solid 2px #999;
	width:184px;
}

#signupPanel div.panel div.footer div.button {
	width:194px;
	height:32px;
	background: URL("http://scripts.bzpics.com/tours/bzn/tour3/images/signup/register_btn.png?v=1") no-repeat;
	cursor:pointer;
	margin-top:12px;
}

#signupPanel div.tab div.collapsed {
	position:relative;
	top:190px;
	left:6px;
	color:#f3df52;
	font-size:9px;
}

#signupPanel div.tab div.expanded {
	position:relative;
	top:190px;
	left:6px;
	color:#f3df52;
	font-size:9px;
	cursor:pointer;
}