.jwindow .wincontrols{
  position: absolute;
  top: 6px;
  right: 6px;
}
.jwindow .wincontrols span{
  cursor: pointer;
  margin: 1px;
  padding: 0;
  display: block;
  float: left;
  width: 15px;
  height: 14px;  
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.jwindow .wincontrols span:hover{
  -moz-box-shadow: 0px 0px 20px #ff0000;
  -webkit-box-shadow: 0px 0px 20px #ff0000;
  box-shadow: 0px 0px 20px #ff0000;
}
.jwindow .wincontrols span.winmin{
  background: url(../min.gif) no-repeat; display: none;	
}
.jwindow .wincontrols span.maxbtn{
  background: url(../minmax.gif) no-repeat;	
}
.jwindow .wincontrols span.winclose{
  background: url(../close.gif) no-repeat;	
}
.jwindow .wintitle{
  font-weight: bold;
  text-align: left;
  left: 10px;
  color: #000;
  top: 0;  
  position: absolute;
  width: 90%;
  height: 24px;
  overflow: hidden;
}
.jwindow .wintitle img{
	padding-top: 5px;
	padding-right: 6px;
	float: left;
}
.jwindow .wintitle .titletext{
  line-height: 16px;
  vertical-align: top;
  float: left;
  width: auto;
  overflow: hidden;
  text-align: left;
  height: 16px;
  background: url(../../jWindows/titletext.png);
  margin-top: 5px;
  text-shadow: 0 1px 1px #555;
}

.jwinhandle {
  width: 100%;
  cursor: move;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  display: inline-block;
  background-color: #fff;
  -moz-opacity: 0.8;
  opacity:.0;
  filter: alpha(opacity=00);
  margin: 5px;
}

.jwindow{
	position: absolute;
	margin: 0;
	overflow: hidden;
	padding: 0px 40px 56px 0px;	
	display: none;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
.jwindow .top{
  background: url(images/default/topl.png) no-repeat;    
  width: 100%;
  height: 36px;
  clear: both;    
}
.jwindow .top .topr{
  background: url(images/default/topr.png) no-repeat;
  width: 20px;
  height: 36px; 
  position: absolute;
  right: -20px;  
}
.jwindow .top .topc{
  background: url(images/default/topc.png);
  height: 36px;    
  position: absolute;
  margin-left: 40px;
  left: -20px;
  right: 20px;
}
.jwindow .middle{
  background: url(images/default/left.png) repeat-y top left;
  width: 100%;
  height: 100%;
  clear: both;
}
.jwindow .middle .content{
  background:url(images/default/right.png) repeat-y top right;
  width: 100%;
  padding-right: 20px;
  overflow: hidden;
  margin-left: 20px;
  height: 100%;
  position: relative;
}
.jwindow .middle .content .container{
   background-color: #fff;
   overflow: hidden;
   position: relative;
   height: 100%;
   width: 100%;
   display: none;
}
.jwindow .middle .content .mask{
	background-color:#FFFFFF;
	height:100%;
	overflow:auto;
	position:absolute;
	width:100%;
	top: 0;
	right: 20px;
}
.jwindow .bottom{
  background: url(images/default/bottoml.png) no-repeat;
  width: 100%;
  height: 20px;
  clear: both;  
}
.jwindow .bottom .bottomr{
  background: url(images/default/bottomr.png) no-repeat;
  width: 20px;
  height: 20px; 
  position: absolute;
  right: -20px;  
}
.jwindow .bottom .bottomrR{
  background: url(images/default/bottomrR.png) no-repeat;
  width: 20px;
  height: 20px; 
  position: absolute;
  right: -20px;  
  cursor: se-resize;
}
.jwindow .bottom .bottomc{
  background: url(images/default/bottomc.png) repeat bottom;
  height: 20px;    
  position: absolute;
  margin-left: 40px;
  left: -20px;
  right: 20px;
}

.jqDnR {
    position: absolute; 
	left: 45%;
	top: 20%;
    font-size: 1.1em;
    color: #618d5e;
	display: none;
}

.winmask{
	 cursor: move; 
	 position: absolute; 
	 width: 100%; 
	 height: 100%; 
	 display: none;   
	 background-color: #ccc; 
	 top: 0; 
	 left: 0; 
	 -moz-opacity: 0.4;
	 opacity:.40;
	 filter: alpha(opacity=40);
	 -moz-border-radius:8px;
	 border-radius:8px; 
	 -webkit-border-radius:8px;
	 padding: 38px 0px 0px 54px;
	 border: 1px solid #333;
}

.winpos{position:absolute; display:none;}

.winclose, .maxbtn, .winmin {display:none;}

#mipcmin{
border: 1px solid rgb(255, 255, 255); margin: 1px; overflow: hidden; position: relative; float: left; width: 120px; height: 24px; background-color: rgb(170, 170, 170); color: rgb(255, 255, 255); line-height: 22px; text-align: center;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
