/* help button */
.help-btn {	
    display: block;
	width:20px;
	height:20px;
	border:hidden; border-style:none;
	background:url(../images/btn-help.png) no-repeat 0 0;
	margin-left: 5px;
	text-decoration: none;
}

.help-btn:hover{
background-position:0 -20px;
}

/* feedback button */
.fb_float 
{
    z-index:10000000;
    position:fixed !important;
    position:absolute;
    cursor:hand;
    cursor:pointer;
}
.fb_bottom 
{
    bottom:0px;
    _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 1 :document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 1); /*IE 6 hack*/
}
.fb_right {right:0px;}

.fb_btn {
    display: block;
	width:124px;
	height:79px;
	border:hidden; border-style:none;
	text-decoration: none;
}

.fb_btn:hover{
background-position:0 -79px;
}

.fb_btn_bg_EN {
	background:url(../images/feedback_en.gif) no-repeat 0 0;
}
.fb_btn_bg_FR {
	background:url(../images/feedback_fr.gif) no-repeat 0 0;
}
