.jqpopup {
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;

  background: #CCC;
  position:absolute;
  z-index:1000;
  display:none;
}
.jqpopup_header{
  margin:0; padding:0; 
	padding-left:10px; padding-right:5px; padding-bottom:2px; 
	top:0; left:0;
  background-color: #0055A0;
  cursor:move;

	font-size:15px;
	font-weight:bold;
	color: #FFF;
}
.jqpopup_footer{
  padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	text-align:right;
	font-size:10px;
}
.jqpopup_content{
  padding: 0px; margin: 0px;
}
.jqpopup_message{
	padding: 0px; margin: 0px;
	color:red;
	font-size:12px;
	font-weight:bold;
}
.jqpopup_resize{
	display: none;
	background: url("../img/jqresize.gif") no-repeat;
  height:14px;
  width: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.jqpopup_cross{
  margin-top: 3px;
	margin-right: 2px;
	background: url("../img/jqcross.jpg") no-repeat;
  height:14px;
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.jqpopup_center{
	display: none;
  margin-top: 3px;
  background: url("../img/jqcenter.jpg") no-repeat;
  height:14px;
  width: 16px;
  position: absolute;
  top: 0;
  right: 18px;
  cursor: pointer;
}
