/**
 * Style
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

ul.attribute-values textarea {
  height: 100px;
  margin: 4px 0 0;
}

ul.attribute-values label div {
  display: inline-block;
}

ul.attribute-values label span {
  font-weight: bold;
  margin-left: 10px;
}

.ui-dialog-content div#status-messages-popup {
  color: #cc0000;
}
