.jqpopup {
   background:#3E4C6A;
   position:absolute;
   z-index:1;border:1px solid #9DB6DA;
   display:none;
   text-align:left;
   
   height:auto !important;
padding-bottom:9px;
width:168px!important;
}


.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;
   cursor:move;*/
}

.jqpopup_footer{
   padding-left:10px;padding-right:10px;padding-bottom:5px;text-align:right;font-size:10px;
   display:none;
}

.jqpopup_content{
   padding-left:10px;padding-right:10px;
}

.jqpopup_content li{color:#FFFFFF;
font-size:11px;
font-style:italic;
line-height:16px;
text-decoration:none;}
.jqpopup_content li a{color:#FFFFFF;
font-size:11px;
font-style:italic;
line-height:16px;
text-decoration:none;}

.jqpopup_message{
   padding:4px 10px;
}

.jqpopup_resize{
	display:none;
   /*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/currently_btn_remove.gif) no-repeat;
   height:16px;
   width: 16px;
   position: absolute;
   top:-8px;
   right:-8px;
   cursor: pointer;
}

.jqpopup_center{
   /*background: url("../images/jqcenter.jpg") no-repeat;*/
   height:14px;
   width: 16px;
   position: absolute;
   top: 0;
   right: 18px;
   cursor: pointer;
}

h2.layer_more_link{color:#FFFFFF; font-size:11px; cursor:pointer; font-weight:bold;}
