/* This file skins dialog */

.aboUI {
  text-align:left;
  background: transparent url(../gfx/ci/bg_leserbewertung_dialog.gif) no-repeat;
  font-weight:bold;
}

.aboUI .ui-dialog .ui-dialog-titlebar,
.aboUI.ui-dialog .ui-dialog-titlebar {
  height: 12px;
}

.aboUI .ui-dialog.ui-draggable .ui-dialog-titlebar,
.aboUI.ui-dialog.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.aboUI .ui-dialog .ui-dialog-titlebar-close,
.aboUI.ui-dialog .ui-dialog-titlebar-close {
  width: 130px;
  height: 18px;
  background: transparent url(../gfx/ci/fenster_schliessen.gif) no-repeat;
  position:absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.aboUI .ui-dialog .ui-dialog-titlebar-close span,
.aboUI.ui-dialog .ui-dialog-titlebar-close span {
  display: none;
}

.aboUI .ui-dialog .ui-dialog-titlebar-close-hover,
.aboUI.ui-dialog .ui-dialog-titlebar-close-hover {
  background: url(../gfx/ci/fenster_schliessen.gif) no-repeat;
}

.aboUI .ui-dialog .ui-dialog-content,
.aboUI.ui-dialog .ui-dialog-content {
  margin: 0 18px;
}

/* This file skins resizables */

.ui-resizable { position: relative; }

/* Global handle styles */
.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; }
.ui-resizable .ui-resizable-handle { display: block; }
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */

.ui-resizable-n { cursor: n-resize; height: 0px; width: 100%; top: 0px; left: 0px; background: transparent url() repeat scroll center top; }
.ui-resizable-s { cursor: s-resize; height: 0px; width: 100%; bottom: 0px; left: 0px; background: transparent url() repeat scroll center top; }

.ui-resizable-e { cursor: e-resize; width: 0px; right: 0px; top: 0px; height: 100%; background: transparent url() repeat scroll right center; }
.ui-resizable-w { cursor: w-resize; width: 0px; left: 0px; top: 0px; height: 100%; background: transparent url() repeat scroll right center; }

.ui-resizable-se { cursor: se-resize; width: 0px; height: 0px; right: 0px; bottom: 0px; background: transparent url(); }
.ui-resizable-sw { cursor: sw-resize; width: 0px; height: 0px; left: 0px; bottom: 0px; background: transparent url(); }
.ui-resizable-nw { cursor: nw-resize; width: 0px; height: 0px; left: 0px; top: 0px; background: transparent url(); }
.ui-resizable-ne { cursor: ne-resize; width: 0px; height: 0px; right: 0px; top: 0px; background: transparent url(); }


/*Formular*/

#leserbewertung FIELDSET,
#weiterempfehlung FIELDSET{
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  margin-top:16px;
}

#leserbewertung LEGEND,
#weiterempfehlung LEGEND {
  margin:0;
  padding:0;
  background:transparent;
}

#leserbewertung LABEL,
#weiterempfehlung LABEL {
  /* display:block;
  float:left;
  width:70px; */
  line-height:16px;
  margin-top:12px;
}

#leserbewertung INPUT,
#leserbewertung TEXTAREA,
#weiterempfehlung INPUT,
#weiterempfehlung TEXTAREA {
  border:1px solid #cccccc;
  width:260px;
  margin-top:12px;
}

#leserbewertung INPUT,
#weiterempfehlung INPUT {
  height:16px;
  padding:0 4px;
}

#leserbewertung TEXTAREA,
#weiterempfehlung TEXTAREA {
  height:80px;
  width:268px;
}

#leserbewertung SELECT,
#weiterempfehlung SELECT {
  border:1px solid #cccccc;
  margin-top:12px;
}

#leserbewertung OPTION,
#weiterempfehlung OPTION {
  padding:0 4px;
}

#leserbewertung .comment,
#weiterempfehlung .comment {
  font-weight:normal;
  padding-left:70px;
}

#leserbewertung .send,
#weiterempfehlung .send {
  margin-top:12px;
  padding-left:70px;
}

#leserbewertung .send A {

}
