
/* Entity Edit pages */
form.node-form #edit-body label {
  width: auto;
  float: none;
  text-align: left;
}
form.node-form .field-type-image {
  margin-top: 20px;
  background-color: #333335;
  width: 960px;
}
form.node-form .field-type-image .image-widget {
  width: 885px;
/*   height: 40px;
  overflow: hidden;*/
}
/*form.node-form .field-type-image .image-widget:hover {
  height: 200px;
  overflow: auto;
}*/
form.node-form .field-type-image .image-widget .image-preview {
  display: block;
  width: 220px;
  float: left;
}
form.node-form .field-type-image .image-widget .image-widget-data {
  display: block;
  width: 400px;
}