.claro .moveableTitlePaneCloseIcon {
  /* the default close icon for the dialog */

  background: url("images/dialogCloseIcon.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  height: 15px;
  width: 21px;
}
.claro .moveableTitlePaneCloseIconHover {
  background-position: -21px;
}
.claro .moveableTitlePaneCloseIconActive {
  background-position: -42px;
}

.claro .dijitTitlePaneTextNode {
	white-space: nowrap;
}