.mw_photo_list {
  list-style: none;
  margin: 0;
}
.mw_photo_list .photo,
.mw_photo_list .ui-sortable-placeholder {
  width: 140px;
  height: 140px;
  position: relative;
  vertical-align: center;
  float: left;
}

.mw_photo_list img {
  border: 10px solid #fff;
}

.mw_photo_list .edit {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0.25em;
  background-color: #739672;
  color: #1F400F;
  
}

.mw_photo_gallery_list {
  list-style: none;
}
.mw_photo_gallery_list li {
  margin: 1.0em;
}

.mw_photo_edit .thumb_preview {
  float: left;
  padding-right: 10px;
}

/* Impromptu */

.photo_editwarning .photo_edit{
      background-color: #b0be96;
}
.photo_editfade{
      background-color: #000;
}
div.photo_edit{
      position: absolute;
      background-color: #fff;
      padding: 10px;
      width: 800px;
      overflow: scroll;
      max-height: 400px;
}
div.photo_edit .photo_editclose{
      float: right;
      margin: -35px -10px 0 0;
      cursor: pointer;
}
div.photo_edit .photo_editcontainer{
      background-color: #fff;
      padding: 5px;
      color: #000;
      width: 1200px;
      font-weight: bold;
}
div.photo_edit .photo_editmessage{
      background-color: #fff;
      padding: 10px;
}
div.photo_edit .photo_editbuttons{
      text-align: center;
      padding: 5px 0 0 0;
}
div.photo_edit button{
      padding: 3px 10px 3px 10px;
      margin: 0 10px;
}

div.photo_edit form {
  position: relative;
  width: 600px;
  float: left;
}
div.photo_edit dt, div.photo_edit dd {
  clear: none;
  float: none;
  text-align: left;
  width: auto;
}
