@charset "utf-8";
.corner-ctr { position: relative; padding: 0px; margin: 0; }
.corner {
	position: absolute;
	width: 10px;
	height: 10px;
	margin: -1px -1px;
	background-color: transparent;
	background-image: url(../public_html/images/maskBG.png);
	background-repeat: no-repeat;
}
.tl { top: 0; left: 0; background-position: 0 0; }
.tr { top: 0; right: 0; background-position: 100% 0; }
.bl { bottom: 0; left: 0; background-position: 0 100%; }
.br { bottom: 0; right: 0; background-position: 100% 100%; }
.jm-ov {
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	margin:0;
	padding:0;
	
	background-color: #e1ecf7;
/*	background-image: url(../images/bgmodal1.png);
	background-repeat: repeat;*/
}
.jm-ctr { border:0px solid red; padding: 0px;left:0;top:0;z-index:2;padding:0; }
.jm-head {
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-indent: 10px;
	line-height: 20px;
	background-color:#036;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	z-index:2;
	
}

.jm-title { padding:5px; }
.jm-close { top:0px;position:absolute; right:5px; display:inline; }
.jm-close a { color:#fff; }
.jm-close a:hover { color:#fc0; }
.jm-load {
	
	background-color: transparent;
	background-image: url(../images/loadingAnimation.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.jm-bottom { padding: 0px;text-align: right; }
#rgJm-modal iframe {
	padding:0;
	border:0;
	visibility:hidden;
	width:625px;
	height:585px;
	margin-top: 0px;

}

.dHandle { cursor:move; }


