.popboxwrap{
    position:relative;
    display:none;
}
.popbox{
    position:absolute;
	top:0;
	left:0;
	background-color:#FFF;
	border:2px solid #999;
	z-index:1001;
}
.poptitle{
	background-color:#CCC;
	padding:5px 10px;
}
.popinner{
	padding:10px;
	overflow:auto;
    font-weight:normal;
	word-wrap:break-word;
}
.popbox textarea{width:200px;margin:5px 0;}
.popbox p{padding:0;margin:0;}
#popbox a.btn_close,a.btn_close{
   background:url(/pages/images/btn_close.gif) no-repeat 0 0;
   width:43px;
   display:block;
   font-size:12px;
   height:15px;
   line-height:15px;
   color:#333;
   float:right;
   text-align:right;
}
#popbox a.btn_close:hover,a.btn_close:hover{
   background:url(/pages/images/btn_close.gif) no-repeat 0 -15px;  
}

.ok{
   background:url(/pages/images/btn_ok.gif) no-repeat; 
   width:68px;
   height:20px;
   text-align:center;
   text-decoration:none;
   color:#666666;
   display:block;
   margin:0 auto;
   margin-top:15px;
   margin-bottom:10px;
   line-height:20px;
}

#overlayDiv {display: none;Z-INDEX:1; LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 100%;background:#333333;filter:alpha(opacity=50); moz-opacity: 0.5; opacity: 0.5;}
