<!--
* {
margin: 0;
padding: 0;
}

@font-face {
   font-family: topaz; 
   src: url('/font/topaz.ttf'); 
}

body {
	background-color:#638abd;	
}

a:link{
	color:#000000;
}
a:visited{
	color:#6666ff;
}

.workbenchHigh {
	background: #aaaaaa;
	border: 1px solid #666;
	font-family: topaz;
	font-size: 16px;
	color: #333;
	position: absolute;
	width: 1024px;
	height: 786px;
	top: 50%;
	left: 50%;
	margin-left: -512px;
	margin-top: -393px;
	cursor: url('/images/cursor.cur'), auto;
	overflow:hidden;
}

.workbenchLow {
	background: #aaaaaa;
	border: 1px solid #666;
	font-family: topaz;
	font-size: 14px;
	color: #333;
	position: absolute;
	width: 900px;
	height: 700px;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -350px;
	cursor: url('/images/cursor.cur'), auto;
	overflow:hidden;
}

#infobar
{
	position:relative;        
	width:100%;
	height:20px;
	background-color:#ffffff;
	color:#000000;	
	padding-top:2px;	
}

#infobar_bttn
{
	position:absolute;
	width:22px;
	height:22px;	
	left:100%;
	top:0px;
	margin-left: -22px;
	background-image:url('/images/bttn_toback_infobar.png');	
}

.icon_bttn
{
	position:absolute;
	width:83px;
	height:50px;	
	background:url('/images/empty.png');	
}
	
.icon_disk
{
	position:absolute;
	width:43px;
	height:46px;	
	left:20px;
	background:url('/images/icon_disk.png');		
}

#icon_text
{
	position:absolute;
	top:100%;
	width:100%;
	text-align:center;
}

.scrollbar
{	
	scrollbar-face-color: #638abd;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #666699;
    scrollbar-3dlight-color: #638abd;
    scrollbar-darkshadow-color: #7F7F7F;
    scrollbar-track-color: #638abd;
    scrollbar-arrow-color: #FFFFFF;    
}

#button
{
	position:absolute;
	background: #638abd;
	border-width:1px;
	border-style:solid;
	border-color:#000000;	
	text-align:center;
}

.topaz
{	
	font-size: 14px;
	font-family: topaz; 
    src: url('/font/topaz.ttf'); 
}

--> 