#AVIMControl {
	background: #DDDDDD;
	padding: 2px;
	border: 1px dotted #d54e21;
	position: fixed;
	bottom: 1px;
	right: 1px;
	width: 495px;
	z-index: 10000;
}

body > #AVIMControl {
	position: fixed;
}

.AVIMControl {
	float: left;
	margin: 0;
	padding: 0;
	color: #21759b;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: bold;
}

.AVIMControl#hiddenlink {
	float: right;
	position:relative;
	top:0px;	
}

.AVIMControl #separator {
	margin: 0 10px;
}

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

#AVIMControl input {
	margin: 0 0 0 15px;
	padding: 0;
	position: relative;
	top: -1px;
	vertical-align: middle;
}