.jqpopup {
   background:#FFFFFF;
   position:absolute;
   z-index:1;border-left:2px solid #f2590f;border-top:2px solid #f2590f;border-right:2px solid #f2590f;border-bottom:2px solid #f2590f;
   display:none;
   font-size:16px;
}

.jqpopup p {margin: 0;}
.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 #f2590f;
   cursor:move;
}

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

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

.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: 0px;
}

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

.stdbtn-index {
	color: #82b200;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	background-color: #ffffff;
	border: none;
}
