.jqpopup {
   background-color: #ffffbe;
   position:absolute;
   z-index:1;border-left:1px solid #CCCCCC;border-top:1px solid #CCCCCC;border-right:2px solid #CCCCCC;border-bottom:2px solid #CCCCCC;
   display:none;
   width:435px;
   height:300px;
   overflow: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/jqbar.jpg") repeat-y #A4C7EE;*/
   background: url(/images/0/delivery_popup_header.jpg) repeat-y #f6f0e0;
   background-position:right;
	/*width: 419px;*/
	line-height: 26px;
   cursor:move;
	color:#663200;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 0 0 7px;
}

.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;
   background-color: #ffffbe;*/   
}

.jqpopup_message{
   padding-top:10px;padding-left:10px;padding-right:10px;padding-bottom:5px;color:red;font-size:12px;font-weight:bold;
   
   display:none;
}

.jqpopup_resize{
   background: url("/images/jqresize.gif") no-repeat;
   height:14px;
   width: 16px;
   position: absolute;
   bottom: 0;
   right: 0;
   cursor: se-resize;
   display:none;            
}

.jqpopup_cross{
   /*background: url("/images/jqcross.jpg") no-repeat;*/
   height:14px;
   width: 16px;
   position: absolute;
   top: 0;
   right: 0;
   cursor: pointer;
   margin:5px 9px 0px 0px;
}

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