@CHARSET "UTF-8";

.SWindow{
	border: 1px solid #d6d6d6;
	background-color: #ffffff;
}
.SWindowTopBar{
	background-color: transparent;
	color: #ffffff;
}
.SWindowTitle{
	cursor: move;
	padding: 3px;
	height: 26px;
}
.SWindowButton{
	background-color: #ffffff;
	width: 26px;
	height: 26px;
	margin: 3px;
	text-align: center;
	-moz-border-radius: 2px;
	color: #000000;
	cursor: pointer;
	line-height: 26px;
	font-size: 10px;
	font-weight: normal;
}
.SWindowButton:hover{
	color: #d81258;
}

.SWindowContent{
	width: 450px;
	height: 450px;
	overflow: hidden;
}
