@charset "utf-8";
/* CSS Document */
body{
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #39F;
	background-color: #100;
	margin: 0px;
	padding: 0px;
	overflow: scroll;
}
input, select, option{
	color: #FC0;
	height: 18px;
	width: 50px;
	text-align: right;
	border: none;
	border-color: #999;
	background: transparent;
	vertical-align: middle;
	}
.cell{
	width: 50%;
	height: 50%;
	}
.menu{
	width: 100px;
	text-align: center;
	}
#help{
	position: absolute;
	visibility: hidden;
}
#form{
	position: absolute;
	z-index: -100;
	}
#form_table{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1 !important;
	}
.form_table td, .gui_back td{
	background-image: url(transparent20proz.png);
	}
#y_size{
	position: absolute;
	left: 10px;
	bottom: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FC0;
	width: 30px;
	text-align: center;
	}
#x_size{
	position: absolute;
	left: 50px;
	bottom: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FC0;
	height: 30px;
	}
#site_name{
	position: fixed;
	left: 10px;
	bottom: 10px;
	font-size: 15px;
	color: #FC0;
}