﻿#window {
	DISPLAY: none; LEFT: 200px; OVERFLOW: hidden; WIDTH: 400px; 
	POSITION: absolute; TOP: 100px; HEIGHT: 350px
}
#windowTop {
	BACKGROUND-POSITION: right top; 
	BACKGROUND-IMAGE: url(../images/window_top_end.png); 
	OVERFLOW: hidden; CURSOR: move; BACKGROUND-REPEAT: no-repeat; 
	POSITION: relative; HEIGHT: 30px
}
#windowTopContent {
	BACKGROUND-POSITION: left top; FONT-WEIGHT: bold; FONT-SIZE: 110%; 
	BACKGROUND-IMAGE: url(../images/window_top_start.png); OVERFLOW: hidden; 
	COLOR: #6caf00; TEXT-INDENT: 10px; LINE-HEIGHT: 30px; MARGIN-RIGHT: 13px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 30px
}
#windowMin {
	RIGHT: 25px; CURSOR: pointer; POSITION: absolute; TOP: 10px
}
#windowMax {
	DISPLAY: none; RIGHT: 25px; CURSOR: pointer; POSITION: absolute; TOP: 10px
}
#windowClose {
	RIGHT: 10px; CURSOR: pointer; POSITION: absolute; TOP: 10px
}
#windowBottom {
	BACKGROUND-POSITION: right bottom; 
	BACKGROUND-IMAGE: url(../images/window_bottom_end.png); 
	BACKGROUND-REPEAT: no-repeat; POSITION: relative; HEIGHT: 270px
}
#windowBottomContent {
	BACKGROUND-POSITION: left bottom; 
	BACKGROUND-IMAGE: url(../images/window_bottom_start.png); 
	MARGIN-RIGHT: 13px; BACKGROUND-REPEAT: no-repeat; 
	POSITION: relative; HEIGHT: 270px
}
#windowResize {
	RIGHT: 3px; CURSOR: se-resize; BOTTOM: 5px; POSITION: absolute
}
#windowContent {
	BORDER-RIGHT: #6caf00 1px solid; BORDER-TOP: #6caf00 1px solid; 
	FONT-SIZE: 90%; LEFT: 10px; OVERFLOW: auto; 
	BORDER-LEFT: #6caf00 1px solid; WIDTH: 380px; 
	MARGIN-RIGHT: 10px; BORDER-BOTTOM: #6caf00 1px solid; 
	POSITION: absolute; TOP: 30px; 
	HEIGHT: 255px; BACKGROUND-COLOR: #fff
}
#windowContent * {
	MARGIN: 10px
}
