body {
  /*color: white;*/
}
label, input {
  display:block;
}
input.file {
  margin-bottom:12px;
  width:95%;
  padding: .4em;
}
input.text {
  margin-bottom:12px;
  width:95%;
  padding: .4em;
}
select.text {
  margin-bottom:12px;
  width:100%;
  padding: .4em;
}
fieldset {
  padding:0;
  border:0;
  margin-top:15px;
}
.ui-dialog .ui-state-error {
  padding: .3em;
}
.validateTips {
  border: 1px solid transparent;
  padding: 0.3em;
}
#myPage {
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: -2;
}
#container {
  left: 1px;
  top: 1px;
  position: absolute;
}
img {
  border: medium none;
}
.drag_ico {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  margin: 0;
}
.back_ico {
  position: absolute;
  z-index: 2;
}
.img_ico {
  position: absolute;
  z-index: 3;
}
div div div p{
  cursor: pointer;
  z-index: 3;
  margin: -2px 0;
}
.dialog2 {
  position: absolute;
}
#taskBar {
  background-image: url(/images/taskbar_01.png);
  border: 1px solid #333333;
  bottom: 0px;
  height: 30px;
  left: 0px;
  position: absolute;
  width: 99.9%;
}