

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

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


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

#jw1 a{
	color:#4F4F4F;
}

#jw1 a:hover{
	color:#0467AD;
}

.jw-wrap{
   position: absolute;
   /*visibility: hidden;*/
   background: url('images/back.png') #FFF;
   background-position: right bottom;
   background-repeat: no-repeat;
   border: 1px solid #CCC;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;	
   padding: 10px;

}
.jw-head{
   height: 30px; clear:both;
   vertical-align: middle;
}
.jw-head div{height: 30px;}

.jw-title{
margin-right: 35px;
margin-left: 10px;
padding-top: 10px;
font-size: 14px;
}
.jw-closer{
float: right;
cursor: pointer;
background:url("/images/closebox.jpg") repeat scroll 0 0 transparent;
cursor:pointer;
height:30px;
width:30px;
z-index:100;
margin-right: 8px;
}
.jw-body{}
.jw-content{
  margin: 5px;
  /*width: 500px;*/
}

