#treeWindow {
  position: absolute;
  width: 313px;
  z-index: 11;
  visibility:hidden;
  height: 400px;
  border: none;
  background: transparent;
}
.window .windowHeader {
  height: 26px;
  background-image: url(../img/win_top.gif);
  line-height: 26px;
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.window .windowHeader600 {
  height: 26px;
  background-image: url(../img/win_top600.png);
  line-height: 26px;
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.window .windowContent {
  background: #efefef;
  color: #666666;
  border-left: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  padding: 15px;
  padding-top: 30px;
  text-align: center;
}
.window .windowFooter {
  background-image: url(../img/win_bottom.gif);
  background-repeat: no-repeat;
  height: 10px;
}
.window .windowFooter600 {
  background-image: url(../img/win_bottom600.png);
  background-repeat: no-repeat;
  height: 10px;
}
#treeWindowBody {
  font-size: 11px;
  margin-bottom: 10px;
  height: 300px;
}
#multiUploadWindow {
  position: absolute;
  width: 600px;
  z-index: 11;
  visibility: hidden;
  border: none;
  background: transparent;
}
#multiUploadWindowContent {
  height: 300px;
}
#progressMulti, #progressAllMulti, #progress{
  width: 0px; height: 2px;
  background-color: black;
}
.uploadProgressBorder {
  border: 1px solid #333333; 
  width:100px
}

.uploadInfoL {
	text-align:right;
}
.uploadInfoR {
	text-align:left;
	padding-left: 3px;
}
#uploadWindow {
  position: absolute;
  width: 600px;
  z-index: 11;
  visibility: hidden;
  border: none;
  background: transparent;
}
#uploadWindowContent {
  height: 100px;
}
#uploadWindowContent form {
  margin: 0;
  padding: 0;
}
#questionWindow {
  position: absolute;
  width: 313px;
  z-index: 11;
  visibility: hidden;
  border: none;
  background: transparent;
}
#questionWindowContent {
  height: 80px;
}
#infoWindow {
  position: absolute;
  width: 350px;
  z-index: 10;
  top: 0;
  left: 0;
  visibility: hidden;
}
#infoContent {
  height: 40px;
  background-color: white;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
#infoImage {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 5px;
  float: left;
}
#infoWindow .bottom {
  line-height: 1px;
  font-size: 1px;
  height: 4px;
  background-image: url(../img/info_bottom.gif);
}
#infoText {
  vertical-align: middle;
  text-align: center;
}
#infoContent table {
  position: absolute;
  left: 55px;
  width: 290px;
  height: 40px;
}
#inputWindow {
  position: absolute;
  width: 313px;
  z-index: 11;
  visibility: hidden;
  border: none;
  background: transparent;
}
#inputWindowContent {
  height: 80px;
}
#inputWindowBody {
  font-size: 11px;
  margin-bottom: 10px;
}
