.right_column form .error {
  color: red !important;
  }

.photo_uploader_wrapper {
  padding: 1px;
  background: #fff;
  border: 2px solid #cdcdcd;
  }

.photo_uploader {
  position: relative;
  border: 1px solid #fff;
  background-color: #f3f0f0;
  min-height: 156px;
  }

*html .photo_uploader { height: 156px; } /* Hack to fix IE */

/* The page image */
.photo_uploader .image_wrapper { 
  position: absolute; left: 11px; top: 11px;
  }

.photo_uploader .image_wrapper .frame {
  position: absolute; left: 0px; top: 0px;
  height: 134px; width: 134px;
  background: url(../images/add_new_voice_frame.gif) no-repeat 0 0;
  z-index: 35;
  }

.photo_uploader .image_wrapper img {
  position: absolute; left: 5px; top: 5px;
  width: 125px; height: 125px;
  float: left;
  z-index: 34;
  }

/* The maincol (voice response, form display, help copy, and upsell content) */
.photo_uploader .maincol {
  padding-left: 156px;
  font-size: 90%; font-weight: bold;
  }

.photo_uploader .radio_wrapper input.file {
  margin-left: 28px;
  }

.photo_uploader .radio_wrapper {
  margin-top: 14px;
  }

.photo_uploader .radio_wrapper p {
  margin-left: 28px;
  font-weight: normal;
  }

