.ui-dialog {
  box-shadow: 0.5em 0.5em 1em #000;
  z-index: 3;
}
.ui-dialog-titlebar {
  padding: 0px;
  height: 28px;
  _height: 29px;
  text-align: left;
}
.ui-dialog-titlebar-close {
/*	width: 16px;
	height: 16px;
	background: url(../img/dialog-titlebar-close.png?1747630807) no-repeat;
	position:absolute;
	top: 6px;
	right: 7px;*/
  display: none;
}
.ui-dialog-titlebar-close-hover {
  background: url(../img/dialog-titlebar-close-hover.png?1747630807) no-repeat;
}
.ui-dialog-title {
  margin-left: 5px;
  color: #e6e6e6;
  font-weight: bold;
  position: relative;
  top: 7px;
  left: 4px;
}
.ui-dialog-content {
  margin: 1em 1.2em 3em 1.2em;
  text-align: center;
  font-size: 1.1em;
}
.ui-dialog-container {
  height: 100%;
}
.ui-dialog-buttonpane {
  position: absolute;
  bottom: 0;
  right: 12px;
  width: 100%;
  text-align: right;
}
.ui-dialog-buttonpane button {
  margin: 6px;
}
.ui-dialog button {
  padding: 1px;
}
.ui-dialog {
  position: absolute;
  padding: 0;
  width: 300px;
  overflow: hidden;
  border: 1px solid #aaa;
}
.ui-dialog .ui-dialog-titlebar {
  margin: 0.1em;
  box-shadow: 0 1px 0.2em #fff inset, 0 -0.1em 0.7em #808080 inset, 0 -1em 0 #505050 inset;
  position: relative;
  background: none;
  background-color: #808080;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.1em 0;
  color: #fff;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 0;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 0.5em 0 0 0;
  padding: 1.2em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-dialog .ui-widget-header {
  border: none;
}
.ui-dialog .ui-button-text-only .ui-button-text {
  padding: 0;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.4em 0.4em 0.4em 0.4em;
  cursor: pointer;
  color: #666;
  background: none;
  background-color: #cacaca;
  border: 1px solid #666;
  box-shadow: 0 0.1em 0.2em #fff inset, 0 0.8em #e0e0e0 inset;
  text-shadow: 0 0 0.2em #fff;
}
.ui-dialog button:hover {
  background-color: #29abe2;
  color: #fff;
  box-shadow: inset 0 0.1em 0.2em #fff, inset 0 0 0.5em #2fc1ff, inset 0 -0.6em 0 #0071bc;
  text-shadow: 0 1px 1px #2fc1ff, 0 -1px 1px #134d66;
}
