#AVIMControl {
	display: none;
	background-image: url('transparent.png');
	padding: 2px;
	border: 1px solid #5b958e;
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 320px;
    z-index: 9999 !important; 
}

body > #AVIMControl {
	position: fixed;
}

.AVIMControl {
	margin: 0;
	padding: 0;
	color: #137e70;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: bold;
}

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

#AVIMControl input {
	vertical-align: middle;
}
#AVIMIcon {
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: 65px;
    height: 65px;
    cursor: pointer;
    z-index: 9999;
    display: block;
}

#AVIMIcon img {
    width: 100%;
    height: 100%;
}