#main {
	width: 350px;
	float: left;
	margin-right: 20px;
}

#flash {
	display: block;
	width: 550px;
	height: 300px;
	float: left;
}

#buttons { overflow: hidden; }

table { 
	clear: both;
	border: none; 
	border-right: 1px solid #DDD; 
	border-top: 1px solid #DDD;
	margin-top: 2em;
}

tr { }

tr.notsupported { color: #CCC; }
tr.queryhead th { background: #39C;}

th { padding: .5em; background: #333; color: #FFF; }


td { 
	padding: .33em; 
	font-size: x-small;
	border-left: 1px solid #DDD; 
	border-bottom: 1px solid #DDD; 
}

a.button:link, a.button:visited {
	display: block;
	/* width: 30%; *./
	/* float: left; */
	/* margin-right: 1%; */
	padding: .5em 0;
	margin-bottom: .5em;
	overflow: hidden;
	background: #DDD;
	color: #333;
	font-size: small;
	text-align: center;
	border-top: 1px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

a.button:hover, a.button:visited:hover {
	background: #BBB;
	border-right-color: #AAA;
	border-bottom-color: #AAA;
	border-left-color: #AAA;
}

a.button:active {
	color: #FFF;
	background: #333;
}

a.clicked {
	color: #999;	
}
