﻿#window{
	position:absolute;
	left: 100px;
	top: 20px;
	width: 745px;
	height: 550px;
	overflow: hidden;
	display: none;
}
#window02,#window03{
	position:absolute;
	left: 100px;
	top: 20px;
	width: 765px;
	height: 550px;
	overflow: hidden;
	display: none;
}
#windowTop,#windowTop02,#windowTop03{
	height: 30px;
	overflow: 30px;
	background-image: url(../images/concept/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent,#windowTopContent02,#windowTopContent03{
	margin-right: 22px;
	background-image: url(../images/concept/window_top_start.png);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 15px;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
#windowMin,#windowMin02,#windowMin03{
	position: absolute;
	right: 35px;
	top: 10px;
	cursor: pointer;
}
#windowMax,#windowMax02,#windowMax03{
	position: absolute;
	right: 35px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#windowClose,#windowClose02,#windowClose03{
	position: absolute;
	right: 20px;
	top: 10px;
	cursor: pointer;
}
#windowBottom,#windowBottom02,#windowBottom03{
	position: relative;
	height: 520px;
	background-image: url(../images/concept/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent,#windowBottomContent02,#windowBottomContent03{
	position: relative;
	height: 520px;
	background-image: url(../images/concept/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 22px;
}
#windowResize,#windowResize02,#windowResize03{
	position: absolute;
	right: 8px;
	bottom: 10px;
	cursor: se-resize;
	z-index:1;
}
#windowContent{
	height: 500px;
	width: 720px;
	background-color: #fff;
	font-size: 10px;
	margin: 0px 10px 0px 0px;
	position: absolute;
	top: 30px;
	left: 10px;
	display: block;
	overflow: auto;
	opacity: 0.999;
	list-style: none;
	visibility: visible;
}
#windowContent02,#windowContent03{
	height: 500px;
	width: 740px;
	background-color: #fff;
	font-size: 10px;
	margin: 0px 10px 0px 0px;
	position: absolute;
	top: 30px;
	left: 10px;
	display: block;
	overflow: auto;
	opacity: 0.999;
	list-style: none;
	visibility: visible;
}
#windowContent *,#windowContent02 *,#windowContent03 *{
	margin: 5px;
}
.transferer2,.transferer202,.transferer203{
	border: 1px solid #666;
	background-color: #dfdfdf;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
