.SS_Window_Body {
	width: 483px;
	left: 80px;
	right: 0px;
	position: absolute;
	top: 130px;
	z-index: 1000;
}
.SS_Window_Head {
	float: top;
	width: 483px;
	height: 24px;
	background-image: url('img/window/head_border.png');
	cursor: move;
}
.SS_Window_Head_Content {
	width: 258px;
	margin-left: 200px;
	margin-right: 25px;
	padding-top: 2px;
	font-size: 14pt;
	line-height: 14pt;
	text-align: right;
	vertical-align: bottom;
}
.SS_Window_Head a:link {
	cursor: hand;
	font-family: Arial, Verdana;
	color: #6a6a6a;
	font-weight: bold;
	text-decoration: none;
}
.SS_Window_Head a:active {
	cursor: hand;
	font-family: Arial, Verdana;
	color: #6a6a6a;
	font-weight: bold;
	text-decoration: none;
}
.SS_Window_Head a:hover {
	cursor: hand;
	font-family: Arial, Verdana;
	color: #6a6a6a;
	font-weight: bold;
	text-decoration: none;
}
.SS_Window_Head a:visited {
	cursor: hand;
	font-family: Arial, Verdana;
	color: #6a6a6a;
	font-weight: bold;
	text-decoration: none;
}
.SS_Window_Title {
	float: top;
	width: 483px;
	height: 21px;
	background-image: url('img/window/title_background.png');
	vertical-align: middle;
}
.SS_Window_Title_Content {
	font-family: 'Trebuchet MS', Arial, Verdana;
	color: #444444;
	font-size: 11pt;
	line-height: 14pt;
	vertical-align: top;
	margin-right: 23px;
	margin-left: 20px;
	width: 440px;
}
.SS_Window_Content {
	float: top;
	width: 483px;
	background-image: url('img/window/center_background.png');
}
.SS_Window_Content_Content {
	margin-left: 13px;
	margin-right: 23px;
	width: 447px;
	font-family: 'Trebuchet MS', Arial, Verdana;
	color: #444444;
	text-align: left;
}

.SS_Window_Bottom {
	font-size: 1px;
	line-height: 1px;
	float: top;
	width: 483px;
	height: 22px;
	background-image: url('img/window/bottom_border.png');
}

