#filter{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 800%;
	background-color: #CCA;
	z-index:1000;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#box {
	display: none;
	position: absolute;
	top: 70px;
	left: 40%;
	width: 180px;
	color:#fff;
	padding:6px;
	margin:0;
	border: 1px solid #CCA;
	background:#C5AC75 url(../images/order-assist-pop-up-bg.png) repeat-x;
	z-index:1001;
	overflow: none;
}

#boxtitle{
	display:block;
	position:absolute;
	float:left;
	top:0;
	left:0;
	width:180px;
	height:54px;
	padding:0;
	padding-top:4px;
	padding-left:8px;
	margin:0 0 24px 0;
	color:white;
	text-align:left;
}

#box h1, #box h2{
font-weight:normal;
font-size:1.1em;
margin-top:1px;
}
#box h2{
margin:4px 0 0 0;
padding:1px 0 0 0;
}
#box fieldset{
margin:0 2px 0 2px;
border:0;
padding:0;
}
#box fieldset label{
display:block;
}
#box fieldset input{
display:block;
}
#box input{
margin:2px 0 0 2px;
border:1px solid #999;
padding:0 2px 0 2px;
background-color:#fff;
}
#box textarea{
margin:2px 0 0 2px;
border:1px solid #999;
padding:0 2px 0 2px;
background-color:#fff;
font-size:0.9em;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#OAP-banner{
clear:both;
height:111px;
width:170px;
border: 1px solid #333;
background: url(../images/oap_photo-no-frame.png) no-repeat;
margin:52px 0 0 0;
}
#response{
display:none;
border: 1px dashed #fff;
background: #000;
height:81px;
width:162px;
padding:4px;
color: #fff;
}
