.jqpopup {
   background:#FFFFFF;
   position:absolute;
   z-index:1;
   /*border-left:1px solid #f2590f;border-top:1px solid #f2590f;border-right:1px solid #f2590f;border-bottom:1px solid #f2590f;*/
   border: 1px solid #82b200;
   display:none;
   font-size:12px;
}

.jqpopup p {margin: 0; font-size: 12px;}
.jqpopup a:link, a:visited, a:hover, a:active {color:#fc5f28; font-weight: bold;}
.jqpopup_header{
   margin:0;
  padding: 4px 5px 4px 10px; 
   top:0;
   left:0;
   font-size:14px;
   font-weight:bold;
   background: url("/images/jqbar-index.jpg") repeat-y #82b200;
   cursor:move;
}

.jqpopup_footer{
   padding: 0;
   text-align:right;
   font-size:10px;
}

.jqpopup_content{
   padding-left: 6px;
   padding-right: 6px;
}

.jqpopup_message{
	padding: 4px;
     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:14px;
   width: 16px;
   position: absolute;
   top: 0;
   right: 0;
   cursor: pointer;
}

.jqpopup_center{
   height:14px;
   width: 16px;
   position: absolute;
   top: 0;
   right: 18px;
   cursor: pointer;
}

.stdbtn {
	width:60px;
	color: #000000;
	border: 2px solid #f2590f;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	margin-left: 20px;
}

.stdbtn-guid {
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	background-color: transparent;
	border: none;
}

.stdbtn-index {
	color: #688b0a;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	background-color: #e2ebca;
	border: 2px solid #82b8200;
}
