/* CSS Document */

	/**************
	*
	*  Drag N Drop
	*
	***************/

  .chip {
    font-size: 14px;
    position: absolute;
    padding: 8px;
    border: 1px solid #333;
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
    background-color: #fff;
    cursor: move;
    z-index: 0;
    width: 100px;
    text-align: center;
  }
