body         { 
	color:black;
	background-image:url("gfx/background.gif");
	
	background-color: #EEEEEE;
}
td {
	font-family: Trebuchet MS; 
	font-size: 8pt; 
}
.input {
	font-family: Trebuchet MS; 
	border:1px solid gray;
	font-size: 8pt; 
    height:18px;
    margin:1px;
    padding-left:3px;
    padding-bottom:1px;
/*   	background-image:url("gfx/paski2.gif");*/
}
.button {
	font-family: Trebuchet MS; 
	font-size: 7pt;
    height:17px;
	font-weight:bold;
	background-color: #B1B0B0;
	border:1px solid gray;    
}
.table {
	border:1px solid gray;
	valign:bottom;
	padding:5px;
	height:150px;
	background-color: rgb(200,208,212);
	background-repeat: repeat-x;
	background-position: top center;		
}

#horizon        
	{
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	margin-left: -125px;
	position: absolute;
	top: -100px;
	left: 50%;
	width: 250px;
	visibility: visible
	}
