.draggable { 
  position: absolute; 
  overflow: hidden;
  text-align: justify;
  border-top: 1px solid #3D535C;
  border-left: 1px solid #3D535C;
  border-bottom: 2px solid #3D535C;
  border-right: 2px solid #3D535C;
  height: 350px; 
  width: 400px; 
  background-color: #002035; 
}

.dragger {
  position: relative;
  cursor: move;
  overflow: hidden;
  text-align: center;
  font: bold 12px Verdana, Arial;
  height: 20px;
  width: 400px;
  background-color: #3D535C;
  color:#FFFFFF;
}

.note {
  position: relative;
  height: 330px; 
  width: 400px; 
  margin-left: 2px;
  overflow: hidden;
  padding: 0px;
}

.note dir{
}


