/* Messages */
.password-description.error,
div.messages,
div.warning,
div.help {
  background-position: 8px 8px; /* LTR */
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px; /* LTR */
}
div.status {
  background-image: url(images/message-24-ok.png);
  border-color: #be7;
}
div.status,
.ok {
  color: #234600;
}
div.status,
table tr.ok {
  background-color: #f8fff0;
}
div.warning {
  background-image: url(images/message-24-warning.png);
  border-color: #ed5;
}
div.warning,
.warning {
  color: #840;
}
div.warning,
table tr.warning {
  background-color: #fffce5;
}
div.error {
  background-image: url(images/message-24-error.png);
  border-color: #ed541d;
}
div.error,
.error {
  color: #8c2e0b;
}
div.error,
table tr.error {
  background-color: #fef5f1;
}
div.error p.error {
  color: #333;
}
div.messages ul {
  margin: 0 0 0 1em; /* LTR */
  padding: 0;
}
div.messages ul li {
  list-style-image: none;
}
div.help {
  background-image: url(images/message-24-help.png);
  background-color: #f7f7f7;
  border: none;
}
div.help code,
div.messages code {
  font-weight:700;
}
table tr.warning {
  background-color:#fffce5;
}
table tr.warning td {
  color:#9F3800;
}
table tr.warning.merge-up td {
  color:#514721;
}
div.ok,
tr.ok,
table tr.ok td {
  color:#222;
  padding:1em .5em;
}
.update tr.ok {
  background:#f8fff0;
}
.update tr.error {
  background:#fef5f1;
}
.update tr.warning {
  background:#fffce5;
}
.update tr.error .version-recommended {
  background:#fef5f1;
}
.update .info {
  padding:0 0 0 1em;
}
.includes {
  color:#222;
}
div.help p:last-child,
div.help ul:last-child {
  margin-bottom:0;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border:2px solid #ed541d;
}
.form-item strong.error em {
  font-weight:700;
  color:#8c2e0b;
  font-size:1.2em;
}
.block-region {
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  -khtml-border-radius:6
  border-radius:6
  border-radius:6px;
  background-color:#F7F8F8;
  border:2px dashed #DDD;
  clear:both;
  color:#666;
  font-family:"Lucida Console",Monaco,"DejaVu Sans Mono",monospace;
  font-size:1.167em;
  font-weight:400;
  margin-bottom:12px;
  margin-top:4px;
  padding:3px 6px 1px;
}
.article-unpublished,
.comment-unpublished {
  background-color:#FFF6DF;
}
.unpublished {
  visibility:hidden;
}
.article-unpublished .unpublished,
.comment-unpublished .unpublished {
  background:transparent url(images/warning-small.png) no-repeat 0 .1em;
  color:#FFB900;
  font-size:.94em;
  margin-left:.5em;
  padding-left:18px;
  visibility:visible;
}
div#acquia-agent-no-search {
  padding-left:3em !important;
  margin:8px 0;
}