#simplemodal-overlay {
  background-color: black;
  background-attachment: scroll;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.simplemodal-container .modalCloseImg {
  display: block;
  width: 18px;
  height: 18px;
  z-index: 3200;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  background: url(/images/x_close2.gif) no-repeat; }

#previewoembed-container.simplemodal-container .modalCloseImg {
  width: 28px;
  height: 28px;
  top: 6px;
  right: 50px;
  background: url(/images/embed/embed_x.gif) no-repeat 0 0; }

.black_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  background-attachment: scroll;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80); }

#fade {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 500px;
  background-color: black;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8; }

.white_content {
  display: none;
  width: 600px;
  z-index: 1002;
  overflow: hidden; }

.imgwrapper {
  background-color: #f0fee9;
  padding: 16px;
  border: 8px solid #cccccc;
  position: relative; }
  .imgwrapper .imghead {
    position: relative;
    height: 32px; }
    .imgwrapper .imghead .imgtitle {
      float: left;
      color: #333333;
      font-size: 138.5%;
      font-weight: bold;
      margin-top: -5px;
      margin-right: 20px; }
    .imgwrapper .imghead .imgmenu {
      float: left;
      margin: 10px 0 -20px 0; }
      .imgwrapper .imghead .imgmenu ul {
        margin: 0; }
        .imgwrapper .imghead .imgmenu ul li {
          float: left;
          margin: 0 8px 0 0;
          padding: 1px 1px 0 1px;
          list-style: none;
          font-size: 108%;
          font-weight: bold;
          background: #a7dd85; }
          .imgwrapper .imghead .imgmenu ul li .imgmenulink:link, .imgwrapper .imghead .imgmenu ul li .imgmenulink:visited {
            display: block;
            float: left;
            height: 21px;
            line-height: 21px;
            padding: 0 8px;
            color: white;
            background: #a7dd85;
            text-decoration: none; }
          .imgwrapper .imghead .imgmenu ul li .imgmenulink:hover {
            color: white;
            background: #a7dd85; }
          .imgwrapper .imghead .imgmenu ul li .imgmenucurrent {
            display: block;
            float: left;
            height: 22px !important;
            line-height: 21px;
            padding: 0 8px;
            color: #333333;
            background: white; }
  .imgwrapper .imgbody {
    clear: both;
    width: 550px;
    height: 362px;
    background: white;
    border: 1px solid #a7dd85;
    overflow: hidden; }
    .imgwrapper .imgbody h5 {
      color: #333333;
      font-size: 108%;
      margin: 12px; }
      .imgwrapper .imgbody h5 small {
        font-size: 88%;
        font-weight: 100;
        margin: 0 0 0 20px; }
    .imgwrapper .imgbody .innertext {
      font-size: 108%;
      margin: 10px 0 20px 0; }
    .imgwrapper .imgbody .follow-btn, .imgwrapper .imgbody .follow-btn-hover {
      width: 76px; }
      .imgwrapper .imgbody .follow-btn .btn, .imgwrapper .imgbody .follow-btn-hover .btn {
        width: 76px;
        text-align: center; }

.upload-image, .upload-url, .upload-webpage, .image-crop {
  margin: 0 12px; }

.upload-url .upload-file {
  margin-bottom: 47px; }

.upload-webpage {
  margin-right: 0; }

.image-crop {
  width: 526px;
  cellspacing: 0;
  cellpadding: 0; }
  .image-crop td {
    padding: 0;
    border: 0; }

.crop-wrapper {
  display: table-cell;
  width: 406px;
  height: 304px;
  line-height: 304px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  background: white; }
  .crop-wrapper img {
    max-width: 406px;
    max-height: 304px;
    vertical-align: middle;
    overflow: hidden; }

.upload-file {
  margin: 0;
  padding-bottom: 12px;
  width: 100%;
  overflow: hidden; }
  .upload-file input {
    width: 366px;
    height: 28px;
    margin: 0 8px 0 0;
    padding: 6px 0 0 0;
    font-size: 138%;
    line-height: 138%;
    border: 1px solid #009900;
    vertical-align: middle; }
  .upload-file img {
    cursor: pointer;
    vertical-align: middle; }
  .upload-file .real-file {
    margin-top: -56px;
    *margin-top: -46px;
    margin-left: 376px;
    width: 115px;
    height: 36px;
    font-size: 360%;
    overflow: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    cursor: pointer; }

* + html .upload-file input {
  height: 30px;
  line-height: 30px;
  padding-top: 2px;
  padding-bottom: 2px; }

#harvest_images_container {
  height: 267px;
  overflow-y: scroll;
  overflow-x: hidden; }

.harvested-top-line {
  height: 4px;
  font-size: 4px;
  overflow: hidden;
  background: #f0fee9;
  border-bottom: 1px solid #a7dd85; }

.harvested-bottom-btm {
  padding: 8px 0 8px 20px;
  background: #f0fee9;
  border-top: 1px solid #a7dd85; }
  .harvested-bottom-btm .follow-btn .btn, .harvested-bottom-btm .follow-btn-hover .btn {
    margin-left: 0 !important;
    margin-left: 10px; }

#harvested_images {
  padding: 12px 0; }
  #harvested_images ul {
    margin: 0; }
    #harvested_images ul li {
      float: left;
      margin: 0 12px 12px 0;
      list-style: none; }

.harvested_image:link, .harvested_image:visited {
  display: block;
  float: left;
  overflow: hidden;
  border: 4px solid white;
  cursor: pointer;
  cursor: hand; }
.harvested_image:hover {
  border: 4px solid #039703; }
.harvested_image img {
  max-width: 500px;
  overflow: hidden;
  margin: 1px; }

#photo_error {
  color: red;
  font-weight: bold; }

#photo_empty {
  margin: 100px 0 0 50px;
  color: #999999;
  font-weight: bold; }

