#info #user, #info #messages {
  margin-top: 15px;
  margin-bottom: 15px;
}

#info #messages .notice, #info #messages .alert, #info #messages .warning {
  display: block;
  padding: 10px 10px 10px 40px;
  border: 2px solid;
}

#info #messages .notice {
  border-color: #62cf21;
  background: url('/images/success.png') no-repeat 10px 10px #c5fca3;
}

#info #messages .alert  {
  border-color: #f26666;
  background: url('/images/error.png') no-repeat 10px 10px #ffdbdb;
}

#info #messages .warning {
  border-color: #edcc26;
  background: url('/images/warning.png') no-repeat 10px 10px #fff9a5;
}

#content .properties {
  margin: 25px 0 25px 0;
  line-height: 2;
}

#content .field .name, #content .field .value {
  float: left;
}

#content .properties .name {
  margin-right: 50px;
  font-weight: bold;
}

#content .properties .value {
  line-height: 1.5;
  display: inline-block;
}

#content .properties .value ul {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

#content .properties .value ul li {
  padding: 0px;
  margin: 0px;
}

#content label {
  width: 150px;
  display: block;
  text-align: right;
  padding-right: 10px;
  line-height: 20px;
  vertical-align: middle;
  background-color: #F0F0F0;
  border: 2px solid #ccc;
  margin-right: 10px;
}

#content label.required {
}

#content label.required:after {
  content: '*';
  font-weight: bold;
  font-size: 125%;
  color: #b11;
  margin-left: 5px;
}

#content .field {
  padding: 10px 0 10px 0;
  clear: both;
}

#content form .submits {
  padding: 10px 0 10px 0;
  clear: both;
  text-align: center;
}

#content .field, #content form .submits [type=submit] {
  margin: 10px;
  padding: 5px;
  font-size: 100%;
}

#content .field .addition {
  padding: 5px 0 25px 175px;
  clear: both;
}

#content form .field input[type=text], #content form .field input[type=password], #content form .field textarea {
  min-width: 250px;
  min-height: 20px;
  border: 2px solid #ccc;
}

#content .field label, #content form .field label, #content form .field input, #content form .field textarea, #content .field .text {
  padding: 3px;
  min-height: 14px;
}

#content .actions_with_sign .actions,
#content .actions_without_sign .actions {
  padding-top: 10px;
  height: 20px;
  line-height: 1;
}

#content .actions_with_sign .actions {
  display: table-cell;
  font-size: 8pt;
}

#content .actions_without_sign .actions {
  display: block;
  padding: 5px;
  border: dotted 1px gray;
  background: #fffacd;
  margin: 25px 0 25px 0;
}

#content .actions_with_sign .actions *,
#content .actions_without_sign .actions * {
  color: black;
  font-weight: normal;
  text-decoration: underline;
}

#content .actions_with_sign .actions {
  display: none;
}

#content .actions_with_sign:hover .actions {
  display: inline;  min-height: 20px;

}

/*
#!!!
.fieldWithErrors {
  display: table;
  float: left;
  margin: 0;
  width: 100px;
  margin-right: 10px;
  border: solid 1px #b11;
}

#content form .fieldWithErrors label {
  border: 2px solid red;
  margin-right: 0px;
}

#content form .fieldWithErrors input, #content form .fieldWithErrors  textarea {
  width: 250px;
  border: 2px solid red;
}

.errors {
  width: 413px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  margin: 0;
}

#content .errors .title {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#content .errors p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
  margin: 0;
}

#content .errors ul li {
  list-style: square;
}
*/

#content .validation-error {
  color: #b11;
}

#content .page_annotation {
  background: #eee;
  padding: 10px;
  margin-bottom: 50px;
}
