promotion_popup_div {
	width:100%;
	height:100%;
	left:0; top:0;
	position:absolute;
	z-index:50;
}

#transparency_layer {
	width:100%;
	height:100%;
	background:#ffffff;
	left:0; top:0;
	position:absolute;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index:100;	
}

#mypopup {
	width:100%;
	height:100%;
	left:0; top:0;
	position:absolute;
	z-index:200;
	font-family: Helvetica, Arial, sans-serif;
}

#popup_holder {
	position:absolute;
	left:25%;
	top:10%;
}

#popup_box{
	width:715px; height:470px;
	position:absolute;
	top:30px; left:20px;
	z-index:2;
}

.global_popup_box {
	background:url(/promotions/img/bg.gif) no-repeat !important;
}

.the_modern_popup_box {
	background:url(/promotions/img/bg_modern.gif) no-repeat !important;
}

.tastingtable_popup_box {
	background:url(/promotions/img/bg_tastingtable.gif) no-repeat !important;
}

.eater_popup_box {
	background:url(/promotions/img/bg_eater.gif) no-repeat !important;
}

#shadow_box{
	width:755px; height:520px;
	background:url(/promotions/img/shadow.jpg);
	position:absolute;
	top:0; left:0;
	z-index:1;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#bottle {
	width:100px; height:410px;
	position:absolute;
	top:20px; right:12px;
	background:url(/promotions/img/bottle.jpg);
}

#bottle_new {
	width:100px; height:410px;
	position:absolute;
	top:20px; right:12px;
	background:url(/promotions/img/bottle2.jpg);
}

#copy_box {
	position:absolute;
	font-size:13px;
	width:580px;
	color:#000;
	top:135px;
	left:10px;
	height:auto;
}	

#input_form {
	clear:both;
	color:#578723;	
	font-size:16px;
	position:absolute;
	left:10px;
	top:250px;
}

.input_box {
	width:200px; height:18px;
}

.input_div {
	position:absolute;
}

#close_popup{
	position:absolute;
	bottom:5px;
	right:20px;
	font-size:14px;
	cursor:pointer;
}


.custombutton {padding:0;margin:0;border:none;cursor:pointer;}
* html .custombutton {cursor:hand;} /* alternate cursor style for ie */

.promosubmitbtn {
	position:absolute; 
	top:160px; 
	width:75px;
	height:25px;
	cursor:pointer;
}

#thank_you {
	position:absolute;
	top: 100px;
	left:100px;
	width: 450px;
	height: 225px;
	background: #fff;
	border: 3px solid #000;
	z-index: 11;
}

#inner_thankyou{
	margin: 25px;
	border: solid 2px #000;
	text-align: center;
	height: 125px;
	width: 400px;
	padding-top: 50px;
	font-size: 13px;
	z-index: 12;
}

