#donate_recipients {
	position: absolute;
	top: 600px;
	left: 300px;
	background-color: #fff;
	width: 550px;
	border: solid 2px #ccc;
	display: none;
	z-index: 6;
}
#donate_recipients table {
	width: 100%;
}
#donate_recipients div.row {
	height: 1em;
}
#donate_recipients .buttons {
	text-align: right;
}
#donate_recipients tr {
	background-color: #fff;
}
#donate_recipients tr td {
	padding: 5px;
}
#donate_recipients tr.selected {
	background-color: #eee;
}
#donate_recipients label {
	display: inline;
	float: none;
	padding: 0;
	margin-left: 5px;
}
#donate_recipients small {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}
#donate_recipients small.notok {
	color: #933;
}
#donate_recipients small.ok {
	color: #393;
}
#modal_overlay {
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
	z-index: 5;
	left: expression( ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) + 'px' );
	top: expression( ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );
}
body > #modal_overlay {
	position: fixed;
}