body
{
  background: #fff;
  height: 100%;
}
#window
{
  position: absolute;
  left: 500px;
  top: 800px;
  width: 615px;
  height: 402px;
  overflow: hidden;
		display: none;
}
#window2 {
  position: absolute;
  left: 500px;
  top: 1000px;
  width: 615px;
  height: 402px;
  overflow: hidden;
		display: none;
}
#window3 {
  position: absolute;
  left: 500px;
  top: 1000px;
  width: 615px;
  height: 402px;
  overflow: hidden;
		display: none;
}

#windowTop , #windowTop2 , #windowTop3
{
  height: 30px;
  overflow: 30px;
  background-image:url(../../share/window_top_end.png);
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  cursor: move;
}
#windowTopContent , #windowTopContent2 , #windowTopContent3
{
  margin-right: 13px;
  background-image: url(../../share/window_top_start.png);
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #6caf00;
}
#windowMin , #windowMin2 , #windowMin3
{
  position: absolute;
  right: 25px;
  top: 10px;
  cursor: pointer;
}
#windowMax , #windowMax2 , #windowMax3
{
  position: absolute;
  right: 25px;
  top: 10px;
  cursor: pointer;
  display: none;
}
#windowClose , #windowClose2 , #windowClose3
{
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
#windowBottom , #windowBottom2 , #windowBottom3
{
  position: relative;
  height: 420px;
  background-image: url(../../share/window_bottom_end.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
#windowBottomContent , #windowBottomContent2 , #windowBottomContent3
{
  position: relative;
  height: 400px;
  background-image: url(../../share/window_bottom_start.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-right: 13px;
}
#windowResize , #windowResize2 , #windowResize3
{
  position: absolute;
  right: 3px;
  bottom: 5px;
  cursor: se-resize;
}
#windowContent , #windowContent2 , #windowContent3
{
  position: absolute;
  top: 30px;
  left: 10px;
  width: auto;
  height: auto;
  overflow: auto;
  margin-right: 10px;
  border: 1px solid #6caf00;
  height: 360px;
  width: 590px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #fff;
}
#windowContent *
{
  margin: 10px;
}
#windowContent2 *
{
  margin: 10px;
}
#windowContent3 *
{
  margin: 10px;
}
.transferer2
{
  border: 1px solid #6BAF04;
  background-color: #B4F155;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.transferer3
{
  border: 1px solid #6BAF04;
  background-color: #B4F155;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.transferer4
{
  border: 1px solid #6BAF04;
  background-color: #B4F155;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
