	 .ui-icon-delete{
            padding: 0;
            margin: 0;
            background: url(../img/bm_ico_close@2x.png) no-repeat center center;
			background-size:contain;
            display:none;
            float:right;
            width:22px;
            height:22px;
            cursor:pointer;
			position:absolute;
			right: 16px;
			top: 25px;
			
			
        }