/* =bugtracking plugin (CFKN)
-------------------------------------------------------------- */
#bugtracking {
	display:block;

	/*set the div in the bottom right corner*/
	position:fixed;
	bottom:0;
	right:0;
}

#bugtracking_link {
	display: block;
	background: no-repeat right bottom url(img/bugtracking.gif);
	position: fixed;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	text-indent:-9999px;
	z-index: 999;
	cursor: pointer;
}
#bugtracking_form {
	background: #fff;
	padding: 5px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #ff7304;
}