@charset "utf-8";
/* CSS Document */
/*-----------------------------
			
		Date:2009/10/05
-----------------------------*/
body{ 
	text-align:center;
	padding-top:50px;
	background:url(images/cont_img.png);
}



#wrap{
	width:800px;
	padding:0;
	margin:0 auto;
	background:none;
}


/*-----------------CSS for PopUp overlay------------*/
#popUpWrap{display:none}
	#popUp{
		width:369px;
		height:269px;
		margin:0 auto;
		position:relative;
		background:url(images/popUp_BG.gif) no-repeat;
		}
	a.btn_close{
		width:15px;
		height:15px;
		position:absolute;
		top:12px;
		right:12px;
		text-indent:-1000px;
		overflow:hidden;
		background:url(images/btn_close.gif) no-repeat;
		}
	.percent{
		width:61px;
		height:44px;
		position:absolute;
		left:12px;
		top:130px;
		}
	.btn_submit{
		width:93px;
		height:20px;
		position:absolute;
		right:9px;
		bottom:17px;
		text-indent:-1000px;
		overflow:hidden;
		text-transform:uppercase;
		cursor:pointer;
		border:0;
		background:url(images/btn_shopping.gif) no-repeat;
		}
	.code{
		width:66px;
		height:16px;
		line-height:16px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#484848;
		position:absolute;
		left:138px;
		bottom:39px;
		}