﻿/* CSS Document for subWindow */
#alterWin {
	background-color:#0098E1;
	width:768px;
	height:576px;
	border: 1px solid #8C8C8C;

	position:absolute;
	left:0;
	top:80px;
	z-index:10;
	display:none;
}
#alterWin table {
	font-size:13px;
}
.alterWin_title {
	color:#FFFFFF;
	height:20px;
	text-indent:6px;
}
.alterWin_title img {
	cursor:pointer;
}