

.jw-wrap,
.jw-head,
.jw-title,
.jw-closer,
.jw-body,
.jw-content{

   /* border: 1px solid red;*/
}
/*.jw-content{ height: 200px; width:200px;}*/


/**************************************/

.jw-wrap{
   position: absolute;
   /*visibility: hidden;*/
   background: #f1e7d1 url('/jwinim/head.png') repeat-x;
   border: 1px solid #CCC;
   -moz-border-radius: 6px;
   padding: 2px;

}
.jw-head{
   height: 22px; clear:both;

}
.jw-head div{height: 22px;}

.jw-title{
margin-right: 25px;
color:black;
 }
.jw-closer{
float: right;
width: 22px;
margin:0;
background: url('/jwinim/close.png') transparent no-repeat;
cursor: pointer;
}
.jw-body{background:#f1e7d1;}
.jw-content{
  margin: 5px;
  /*width: 500px;*/
}


.errmsg{
  margin: 15px;
  padding: 8px;
  background:url(/design/leaf-back.jpg) repeat-y right bottom;
  color:#734d52;
  font-weight: bold;
  -moz-border-radius: 5px;
}

