.przycisk {

border-right: #9B0000 1px solid;
border-top: #9B0000 1px solid;
border-bottom: #9B0000 1px solid;
border-left: #9B0000 1px solid;
font-size: 11px;
background-color: black;
cursor: hand;
color: white;
font-family: tahoma,sans-serif;
height: 15px;}

.window-container
{
	width:150px;
	position:absolute;

	left:350;
	top:200;
	font-size:13px;
	font-family:verdana;
}

.window-titleBar
{
  width:100%;
	height:20px;
	padding: 1px;
	text-indent: 3px;
	font: bold 13px Arial;
	background-color: #00FF00;
	color: #FFFFFF;
	cursor: move;
	overflow: hidden;
		
}

.window-content
{
	width:100%;
	height:100%;
	background-color: #000000;
	color: #FFFFFF;
	font-size:9px;
	font-family:verdana;
  border:1px solid #E29604;
	overflow:auto;
	text-align:left;
}

.window-statusBar
{
	width:100%;
	height:25px;
	text-indent: 3px;
	font: bold 13px Arial;
	background-color: #3A3A3A;
	border:1px solid #E29604;
	color: #FFFFFF;
	overflow: hidden;
}

.window-minimizeButton
{
	position: absolute;
	right: 40px;
	top: 2px;
	cursor: pointer;
}

.window-maximizeButton
{
	position: absolute;
	right: 20px;
	top: 2px;
	cursor: pointer;
}

 .window-closeButton
{
	position: absolute;
	right: 5px;
	top: 2px;
	cursor: pointer;
}

.window-resizeIcon
{
	float: right;
	cursor: nw-resize;
}