	html { height: 100%; }
	body { height: 100%; padding:0; margin:0;  }
	.clear { clear:both; }
	a { text-decoration: none; outline: 0; }
	input:focus { outline: 0; }
	input::-moz-focus-inner {border: 0;}
	.input { float:left; width:170px; margin-bottom:5px; }
	.input label { display:block; }
	.input input[type=text], .input input[type=password], .input input[type=date], .input input[type=datetime] { width:150px; }
	.input select { width:155px; }
	
	#picodbg { width:100vw; overflow:scroll; background-color:#fff; }
