body {
	background-color: white;
	margin:0;
	padding: 0;
}

body, input, td {
  	font-family: verdana;
  	font-size: 1em;
}
input[type=text] {
	margin:0; 
	padding:0; 
	border-bottom:1px;
}
a {
	color: darkblue;
	text-decoration: none;
}
a:hover {
	color: blue;
}
#results {
	display: none;
}
#canvas {	
	margin:0;
	padding:0;
}
#canvas_div {	
	display: none;
	margin:0;
	padding:0;
}
#preferences {
	display: none;
	text-align: left;
}
#open_image {
	display: none;
	text-align: left;
}

#front_screen {
	display: block;
	text-align: left;
	vertical-align: top;
	font-size: 1em;
}
#front_screen td { 
	font-size: 1em;
}

#directions {
	display: none;
	text-align: left;
	vertical-align: top;
}

#_img {
	cursor: crosshair; 
	border: 1px solid black;
}
#status {
	padding-top: 8px;
	border-top: 1px dashed rgb(183,54,255);
	height:75px;
	overflow-y:hidden;
	font-size: small;
	color: #666666;
}
#wip {
	position:absolute;
	left:0;
	top:0;
	display:none;
}
#upload_iframe {
	display:none;
}
#minX, #minY, #maxX, #maxY {
	border:1px solid rgb(183,54,255);
}
#open_type_url_text, #open_type_file_file {
	border:1px solid rgb(183,54,255);
	border-spacing: 0;
}
