/*-----
first visit
-----*/
#shadow {
	background: transparent url('../img/shadow2.png') repeat scroll 0 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}
#shadow2 {
	background: transparent url('../img/shadow2.png') repeat scroll 0 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}
#shadowBox {
	background: transparent url('../img/register.png') no-repeat scroll 0 0;
	width: 631px;
	height: 382px;
	margin: 100px auto;	
	position: relative;
}
#shadowBox2 {
	background: transparent url('../img/thankyou.png') no-repeat scroll 0 0;
	width: 631px;
	height: 382px;
	margin: 100px auto;	
	position: relative;
}
#closeBox {
	position: absolute;
	top: 313px;
	left: 495px;
	width: 80px;
	height: 20px;
	cursor: pointer;
}
#closeBox2 {
	position: absolute;
	top: 313px;
	left: 425px;
	width: 150px;
	height: 20px;
	cursor: pointer;
}
#shadowBox #email_bar {
	background: transparent;/* url('../img/email_bar_new.jpg') no-repeat scroll 0 0;*/
	border: 0px none;
	position: absolute;
	top: 275px;
	left: 59px;
	width: 346px;
	height: 31px;
	padding: 3px 10px 0px 10px;
	font-size:22px;
	color:#cda999;
	font-family:verdana;
	font-weight:bold;
}
#shadowBox2 #zip_code {
	background: transparent;/* url('../img/email_bar_new.jpg') no-repeat scroll 0 0;*/
	border: 0px none;
	position: absolute;
	top: 275px;
	left: 59px;
	width: 346px;
	height: 31px;
	padding: 3px 10px 0px 10px;
	font-size:22px;
	color:#cda999;
	font-family:verdana;
	font-weight:bold;
}
#shadowBox #email_button {
	position: absolute;
	top: 271px;
	left: 432px;
}
#shadowBox2 #email_button {
	position: absolute;
	top: 271px;
	left: 432px;
}