/* This really should be renamed to "edit-common.css" or something */

.contentbox {
  margin: 0 0;
  padding: 0px 20px 20px 20px;
  min-width: 700px;
}

.ie6 .contentbox {
  zoom: 1;
}

.contentbox h1 {
  background: none;
  color: black;
  text-align: left;
  padding: 2px;
  margin: 0;
  margin-top: 20px;
  font-weight: bold;
  font-size: x-large;
}

.contentbox h2 {
  background: none;
  color: black;
  text-align: left;
  padding: 2px;
  margin: 0;
  margin-top: 12px;
  font-weight: bold;
  font-size: medium;
  border:none;
}

.contentbox .static {
  padding: 2px;
}

p {
  padding: 2px;
}

.highlight {
  font-weight: bold;
  background: #ff9;
  padding: 4px 1em;
  margin-top: 6px;
  border: 2px solid #ee8;
}

.help {
  margin: 0px;
  color: #555;
  font-size: smaller;
}

li {
  margin-top: 8px;
}

/* Storefront selection checkboxes */

.storefront-select {
  border-left: 4px solid #ddd;
  margin: 2px 4px 20px 4px;
  padding: 2px 4px
}

.storefront-select table {
  margin: 0px;
  padding: 0px
}

.storefront-select table tr td {
  padding-right: 25px
}

/* tables within editing area */

.contentbox table.field-group {
  border-left: 4px solid #ddd;
  margin: 0 10px;
  padding: 0;
}

.contentbox table.field-group th {
  font-weight: normal;
  padding: 0 1px;
  margin:0;
  text-align: left;
}

.contentbox table.field-group td {
  padding: 0 1px;
  margin:0;
  text-align: left;
}

.contentbox .client-details {
  font-size: 10px;
  color: #888;
  margin: 0;
}

.contentbox .client-details TR {
  vertical-align: top;
}

.contentbox .client-details TR TH {
  text-align: left;
  padding: 0 6px 0 0;
}
.contentbox .client-details TR TD {
  padding: 0 6px 0 0;
}

.money-input {
  line-height: 22px;
}

.money-input SPAN {
  position: relative;
  font-size: 14px;
  left: 7px;
  top: -1px;
  color: #777;
  height: 22px;
}

.money-input INPUT {
  width: 100px;
  height: 22px;
  padding: 2px 4px 2px 14px;
  font-size: 14px;
  margin-left: -13px;
}

.character-count {
  font-size: 12px;
  color: #999;
}

.character-count.over {
  font-weight: bold;
  color: #888;
}

/* End of file. */
