div.bigwin {
	position: absolute;
	
	top:35px !important;
	
	width:762px !important;
	height:876px;
	
	margin: 0px; padding: 0px;
/* Torolni*/
/*	border-width: 1px; border-color: red; border-style: solid;/**/
}

div.bigwin_main {
	position: absolute;
	
	width:760px !important;
	height:868px;
	
	margin: 0px; padding: 0px;

	background-image: url(../images/windowbg.png);
  background-repeat: repeat-x;
	
	border-width:1px; border-color:gray; border-style:none solid none solid;

	overflow: hidden !important;
}

div.bigwin_bottom {
	position: absolute;
	top:868px !important;

	width:762px !important;
	height:8px !important;

	margin: 0px; padding: 0px;

	background-image: url(../images/window_bottom.png);
  background-position: top left;
  background-repeat: no-repeat;

	overflow: hidden !important;
}

div.head {
	position: relative;
	width:724px !important;
	margin: 0px; padding: 0px;
	border-width: 0 0 1px 0; border-color: grey; border-style: ridge;
	z-index:2;
}

img.token {
	position:absolute;
	left:680px; top:874px;
	z-index:200;
}

