* {
	-moz-user-focus: normal;
}
		
select {
	width : 200px;
	display : inline;
	text-align:top;
	border : 1px solid #666666;
}

div#chip8screenspace {
	float:left;
	position:relative;
	left:210px;
	top:0px;
	background-color:#000000;
}

.chip8screenpixelon {
	background-color:#FF0000;
}

.chip8screenpixeloff {
	background-color:#000000;
}

span#chip8romdesc {
	margin-top : 5px;
	padding : 3px;
	display : block;
	width : 192px;
	height : 82px;
	border : 1px solid #666666;
}

input#chip8loadbutton {
	margin-top : 5px;
	width : 200px;
}


.pixel {
	overflow:hidden;
	position:absolute;
}

textarea#chip8debug {
	margin-top : 10px;
	width : 722px;
	height : 100px;
	border : 1px solid #666666;
	display : none;
}


