.jqpopup {
  background:#FFFFFF;
   width: 300;
  
  position:absolute;
   z-index:1101;border-left:1px solid #CCCCCC;border-top:1px solid #CCCCCC;border-right:2px solid #CCCCCC;border-bottom:2px solid #CCCCCC;
   display:none;
}


#jqpopup_overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 500%;
   z-index: 1100;
   display: none;
   background-color: #777;
   opacity: 0.7;
   filter:alpha(opacity=70);
   cursor:auto;
}

.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: url("../images/jqbar3.gif");
   background-repeat:repeat;
	color: #FFFFFF;
   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;
   padding-bottom:2px;
   padding-right:2px;
   bottom: 0;
   right: 0;
   cursor: se-resize;
 */
}

.jqpopup_cross{
   background: url("../images/jqcross.jpg") no-repeat;
  
   height:22px;
   width: 27px;
   
    position: absolute;
   top: 0;
   right: 0;
   cursor: pointer;
}

.jqpopup_center{
/*   background: url("../images/jqcenter.jpg") no-repeat;
   height:14px;
   width: 16px;
   position: absolute;
   top: 0;
   right: 18px;
   cursor: pointer;
   */
}