.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: url('../images/back.png') #FFF;
   background-position: right bottom;
   background-repeat: no-repeat;
   border: 1px solid #CCCCCC;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;	
   padding: 20px;

}

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

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

.jw-title
{
margin-right: 25px; 
font-family: Verdana;
font-size: 12px;
color:#5E5E5E;
line-height: 160%;
}

.jw-closer
{
font-weight:bold;
float: right;
cursor: pointer;
font-family: Verdana;
font-size: 12px;
color:#5E5E5E;
line-height: 160%;
}

.jw-body
{
font-family: Verdana;
font-size: 12px;
color:#5E5E5E;
line-height: 160%;
}
.jw-content
{
  margin: 5px;
  /*width: 500px;*/
}

