#window
{
	position: absolute;
	z-index:100;
	left: 200px;
	top: 100px;
	width: 500px;
	height: 250px;
	overflow: hidden;
	display: none;
	
}
#windowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(window_top_endB.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	margin-right: 13px;
	background-image:url(window_top_startB.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color:#77615A;
}
#windowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#windowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#windowBottom
{
	position: relative;
	height: 220px;
	background-image: url(window_bottom_endB2.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent
{
	position: relative;
	height: 220px;
	background-image: url(window_bottom_startB2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#windowResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#windowContent
{
	position: absolute;
	top: 30px;
	left: 10px;
	overflow: auto;
	margin-right: 10px;
	height: 200px;
	width: 470px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: #fff;
	border:1px solid #E6DAC5;
}
#windowContent p,
#windowContent h2,
#windowContent h3 {
	margin:10px;
	text-align: left;
}
#windowContent a {
	display:block;
	color:#696969;
	text-decoration: none;
	font-size: 11px;
	border:1px dashed #fff;
	background-color: #fff;
	padding-left:25px;
}
#windowContent a:hover {
	text-decoration: none;
	border:1px dashed #C1CFE8;
}
#windowContent img {
	margin-top:7px;
}
.transferer2
{
	border: 1px solid #757D8C;
	background-color: #E6DAC5;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}