.jqpopup {
   background:#000000;
   color: #ffffff;
   position:absolute;
   z-index:1;
   border: 2px solid #e75c01;
   display:none;
   font-size:12px;
   -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

#pop-index-Q {top: 25px; left: 25px;}

.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: #e75c01;
   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;
}

.jqpopup_banner{
   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;
}

.stdbtn-new-index {
	color: #e75c01;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	background-color: #000000;
	border: 1px solid #e75c01;
	
}

.stdbtn-questionmark {
	background-image: url('/images/questionmark.png');
	height: 28px;
	width:30px;
	border: 0;
	
}
.stdbtn-new-index-small {
	color: #e75c01;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	background-color: #000000;
	border: 1px solid #e75c01;}


