﻿table.flash {
	background-color: #000;
	color: #fff;
	width: 100%;
}
table.flash td {
	vertical-align: top;
}
table.flash td.std {
	padding: 6px;
}
	table.flash td.std div.flashbtn {
		background-color: #222;
		border: solid 1px #333;
		cursor: pointer; cursor: hand;
		padding: 4px;
	}
	table.flash td.std div.flashbtn * {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
table.flash a {
	color: #fff;
}
