.dragme{
    position:relative;
    //width: 270px;
    //height: 205px;
    //cursor: move;
	cursor: default;
  }
#draggable {
    background-color: #cfa;
    border: 1px solid #000;
	cursor: default;
  }
