<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#AVIMControl {
	background-image: url('transparent.png');
	padding: 2px;
	border: 1px solid #5b958e;
	position: absolute;
	top: 105px;
	right: 5px;
	width: 90px;
	float: right;
}

body &gt; #AVIMControl {
	position: fixed;
}

.AVIMControl {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial,Verdana, Tahoma;
	font-size: 11px;
	font-weight: normal;
}

a.AVIMControl {
	color: #b62727;
	text-decoration: none;
	cursor: pointer;
}

#AVIMControl input {
	vertical-align: middle;
}
</pre></body></html>