.Loading-image {
  background:#fff url('[$imgPath]loading.gif') no-repeat center center;
}
.ImageUploadButtons {
  background:url('[$imgPath]box_divider.png') repeat-x left top;
}
.UploadContainer {
  background:url('[$imgPath]box_divider.png') repeat-x left bottom;
}

.EditProfileButtons {
  background:url('[$imgPath]box_divider.png') repeat-x left top;
}
.SendFile .Icon {
  background:url('[$imgPath]icon.attachment.png') no-repeat 0px 1px;
}
.SendFile.Uploading .Icon {
  background:url('[$imgPath]loading-small.gif') no-repeat;
}
.FileIcon {
  background:url("[$imgPath]file.png");
}
.InputFileView .DiscardButton {
  background:url("[$imgPath]file_discard.png") no-repeat center center;
}
.ErrorMessage .MessageWindowButtonClose {
  background:url('[$imgPath]popup_close.png') no-repeat 0 0px;
}
.ErrorMessage .MessageWindowButtonClose-over {
  background:url('[$imgPath]popup_close.png') no-repeat 0px -17px;
}
.CloseLabel {
  background:url('[$imgPath]popup_close.png') no-repeat 0 0px;
}
.CloseLabel:hover {
  background:url('[$imgPath]popup_close.png') no-repeat 0px -17px;
}
.AppBrandProductLink {
  color:#000 !important;
  opacity: 0.5;
}
.AppBrandProductLink:hover {
  opacity: 0.8;
}