/* Copyright (c) 2011 - Aten Software LLC - All Rights Reserved */

body { background-color: #444; margin: 0; padding: 0; }
table { border: 3px outset #999;  width: 100%; margin-bottom: 1em; background-color: white; }
table th { text-align: right; padding: 3px 1ex 3px 3px; background: #ccc; width: 1ex; white-space: nowrap; }
input[type=text],textarea { width: 100%; padding: 3px; }
input[type=text]:focus,select:focus,textarea:focus {
	background-color: #FFFFCC; border-color: blue;
}
table td.image { width: 300px; text-align: center; }
img { max-width: 300px; border: 0px; }

#placeholder input[type=button] { margin: 3px; }

#toolbar {
	position: fixed;
	top: 3px;
	right: 3px;
	background-color: white;
	opacity: 0.6;
	margin: 0;
	padding: 0 1ex;
	width: auto;
	text-align: right;
}

span.button {
	border: 1px outset black;
	background-color: #cccccc;
}

input[type=text].gname {
	font-family: monospace;
	padding: 3px 0px;
	background-repeat:no-repeat;
	background-image: url('https://www.atensoftware.com/p23.php');
	background-position: 42em 50%;
}
