/* custombox */
div.custombox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../s/bg-overlay.png") repeat 0 0;
  text-align: center;
  z-index: 99999999; }

div.custombox div.conbox {
  position: relative;
  margin: 0px auto;
  width: 498px;
  height: auto;
  border: 1px solid #FFF;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 2px 2px 20px #000;
  -webkit-box-shadow: 2px 2px 20px #000;
  box-shadow: 2px 2px 20px #000;
  text-align: center;
  background-color: #FFF; }

div.custombox div span {
  display: block;
  padding: 30px 25px 30px 25px;
  font-size: 14px;
  background: #fff url(../s/confirmbox.png) repeat-x bottom left;
  text-align: left;
  text-shadow: #FFF 0px 1px;
  color: #333333;
  -moz-border-radius-topleft: 4px;
  border-radius-topleft: 4px;
  -webkit-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-radius-topright: 4px;
  -webkit-border-radius-topright: 4px;
  line-height: 20px; }

div.custombox div span h2 {
  margin: 10px 0 10px 0;
  line-height: 14px; }

div.custombox div span input[type=radio] {
  display: inline-block;
  float: left;
  color: #666;
  margin: 7px 0 7px 0px; }

div.custombox div span label {
  display: block;
  width: 410px;
  margin: 0 0 0 20px;
  color: #333;
  padding: 5px 0 5px 0;
  font: 14px/20px Arial, sans-serif left;
  color: #333;
  letter-spacing: 0; }

div.custombox div div {
  background: #fff url(../s/confirmboxfooter.png) repeat-x bottom left;
  text-align: center;
  clear: both; }

div.custombox div div button {
  margin-top: 17px;
  margin-bottom: 17px; }

div.custombox div div button:last-child {
  margin-right: 0; }

div.custombox div span textarea {
  display: block;
  width: 410px;
  height: 70px;
  margin: 0 0 0 20px;
  color: #333;
  padding: 5px 0 5px 0;
  font: 14px/20px Arial, sans-serif left;
  color: #333;
  letter-spacing: 0; }

.tDnD_whileDrag {
  background-color: #eee; }

tr.myDragClass td {
  color: yellow;
  background-color: black; }

td.dragHandle {
  width: 12px; }

td.showDragHandle {
  background-image: url(/admin/lib/mf/img/updown2.gif);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: move; }
