﻿
#window
{
  position: absolute;
  left: 0px;
  top: 100px;
  width: 350px;
  height: 202px;
  overflow: hidden;
  display: none;

}
#windowTop
{
  height: 20px;
  overflow: 20px;
  background-image: url(images/window_top_end.png);
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  cursor: move;
}
#windowTopContent
{
  margin-right: 13px;
  background-image: url(images/window_top_start.png);
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 20px;
  line-height: 27px;
  text-indent: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #333333;
}
#windowMin
{
  position: absolute;
  right: 25px;
  top: 8px;
  cursor: pointer;
}
#windowMax
{
  position: absolute;
  right: 25px;
  top: 8px;
  cursor: pointer;
  display: none;
}
#windowClose
{
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
}
#windowBottom
{
  position: relative;
  height: 182px;
  background-image: url(images/window_bottom_end.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
#windowBottomContent
{
  position: relative;
  height: 182px;
  background-image: url(images/window_bottom_start.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-right: 13px;
}
#windowResize
{
  position: absolute;
  right: 5px;
  bottom: 4px;
  cursor: se-resize;
}
#windowContent
{
  position: absolute;
  top: 25px;
  left: 2px;
  width: auto;
  height: auto;
  overflow: auto;
  margin-right: 1px;
  border: 1px solid #d2d2d1;
  height: 157px;
  width: 341px;
  background-color: #fff;
}
#windowContent *
{
  margin: 10px;
}
.transferer2
{
  border: 1px solid #6BAF04;
  background-color: #B4F155;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
