.jqpopup {
   background:#F2F2F2;
   position:absolute;
   z-index:1999;border-left:1px solid #CCCCCC;border-top:1px solid #CCCCCC;border-right:2px solid #CCCCCC;border-bottom:2px solid #CCCCCC;
   display:none;
}


.jqpopup_header{
   margin:0;padding:0;top:0;left:0;padding-left:10px;padding-right:5px;padding-bottom:2px;font-size:15px;font-weight:bold;
   background: #e3dfdf;
   cursor:move;
}

.jqpopup_footer{
   padding-left:10px;padding-right:10px;padding-bottom:5px;text-align:right;font-size:10px;
}

.jqpopup_content{
   padding-left:10px;padding-right:10px;
}

.jqpopup_message{
   padding-top:10px;padding-left:10px;padding-right:10px;padding-bottom:5px;color:red;font-size:12px;font-weight:bold;
}

.jqpopup_resize{
   background: url("../images/jqresize.gif") no-repeat;
   height:14px;
   width: 16px;
   position: absolute;
   bottom: 0;
   right: 0;
   cursor: se-resize;
}

.jqpopup_cross{
   /*background: url("../images/jqcross.jpg") no-repeat;
   height:14px;
   width: 16px;
   position: absolute;
   top: 0;
   right: 0;
   cursor: pointer;*/
}

.jqpopup_center{
 
   height:14px;
   width: 16px;
   position: absolute;
   top: 0;
   right: 18px;
  
}


#shadow {background-image:url(../images/shade1x1.png); position:absolute; left:0; top:0; width:100%; z-index:1000;}
