.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: 550px;
  z-index: 1002;
  overflow: hidden; }

#myPanel_c.yui-panel-container.shadow .underlay {
  position: absolute;
  left: 3px;
  right: -3px;
  top: 3px;
  bottom: -3px;
  background-color: black;
  opacity: 0.12;
  filter: alpha(opacity=12); }

#myPanel.yui-panel {
  border: none;
  overflow: visible;
  background-color: transparent; }
  #myPanel.yui-panel .container-close a {
    position: absolute;
    display: block;
    top: 14px;
    right: 16px;
    height: 29px;
    width: 29px;
    text-indent: -2000em;
    background: url(/images/aqua-hd-close.gif) no-repeat; }
  #myPanel.yui-panel .hd {
    padding: 0;
    border: none;
    background: url(/images/aqua-hd-bg.gif) repeat-x;
    color: black;
    height: 39px;
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
    overflow: visible; }
  #myPanel.yui-panel .bd {
    overflow: hidden;
    padding: 0 22px;
    border-left: 4px solid #0099cc;
    border-right: 4px solid #0099cc;
    background-color: #cccccc; }
  #myPanel.yui-panel .ft {
    padding: 0;
    border: none;
    background: url(/images/aqua-ft-bg.gif) repeat-x;
    color: black;
    height: 14px;
    text-align: center;
    overflow: visible;
    position: relative; }
  #myPanel.yui-panel .follow-btn-hover {
    margin-bottom: 4px; }
  #myPanel.yui-panel .follow-btn, #myPanel.yui-panel .follow-btn-hover {
    float: left; }
  #myPanel.yui-panel .hd span {
    vertical-align: middle;
    line-height: 110%;
    color: #009900;
    font-size: 220%; }
  #myPanel.yui-panel .hd .tl {
    width: 16px;
    height: 51px;
    top: 0;
    left: 0px;
    background: url(/images/aqua-hd-lt.gif) no-repeat;
    position: absolute; }
  #myPanel.yui-panel .hd .tr {
    width: 16px;
    height: 51px;
    top: 0;
    right: 0px;
    background: url(/images/aqua-hd-rt.gif) no-repeat;
    position: absolute; }
  #myPanel.yui-panel .ft .tl {
    width: 16px;
    height: 14px;
    top: 0;
    left: 0px;
    background: url(/images/aqua-ft-lt.gif) no-repeat;
    position: absolute; }
  #myPanel.yui-panel .ft .tr {
    width: 16px;
    height: 14px;
    top: 0;
    right: 0px;
    background: url(/images/aqua-ft-rt.gif) no-repeat;
    position: absolute; }
  #myPanel.yui-panel .bd p {
    font-size: 108%; }

.crop-wrapper {
  width: 502px;
  height: 312px;
  overflow: hidden; }

.crop-wrapper {
  margin: 0;
  padding-bottom: 12px; }

.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; }

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

.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; }

.white_content .bd {
  height: 100%; }
.white_content .follow-btn {
  margin-bottom: 4px; }

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