input.url {
  width: 60%;
  border: 0px;
  font-size: 13px;
  color: #333333;
  padding: 2px;
  border: 1px solid #CCCCCC;
}
#boxes {
  padding: 0 7% 0 7%;
}
#boxes fieldset {
  width: auto;
  margin-bottom: 10px;
}
#boxes fieldset legend {
  border: 1px solid #333;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 3px 10px;
  background: url(../img/upload-back.gif);
  font-weight: bold;
}
#boxes .right-td {
  display: block;
  text-align: center;
  height: 27px;
  padding-top: 3px;
}
#boxes .left-td {
  display: block;
  float: left;
  width: 150px;
  padding: 4px;
  height: 22px;
  font-size: 11px;
  text-align: left;
}
#boxes .left-td span {
  border-bottom: 1px #AAA dotted;
}
#boxes input.methodBox {
  vertical-align: baseline;
}
#plus {
  float: right;
  margin: 0 7% 0 0;
  text-align: right;
}
#plus img {
  cursor: pointer;
}
#confirmation {
  display: none;
}
#confirmation div.attention {
  position: fixed;
  height: 65px;
  width: 320px;
  margin-top: -25px;
  margin-left: -160px;
  z-index: 3;
  text-align: left;
  top: 50%;
  left: 50%;
  padding: 5px 5px 5px 34px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: url('../img/ajax-loader.gif') no-repeat 5px 25pt #fff2f2;
}
#confirmation div.attention div {
  margin: -5px -5px 5px -34px;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border-radius: 7px 7px 0px 0px;
  border-radius: 7px 7px 0px 0px;
}
#confirmation div.attention img {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}
#confirmation #darkener {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.70;
  z-index: 2;
}
.share {
  background: url('../img/share.png');
  border: 0px;
  width: 169px;
  height: 38px;
  cursor: pointer;
  clear: both;
}
.share span {
  display: none;
}
.share:hover {
  background-position: 0 38px;
}
.attention {
  padding-bottom: 4px;
}
.attention div {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}
