
#feedback {
    background: url(../images/feedback-popout-blue.JPG) no-repeat scroll 0 0 transparent;
    display: block;
    height: 182px;
    line-height: 105px;
    overflow: hidden;
    position: fixed;
    right: 0;
    text-indent: -9999px;
    top: 20%;
    width: 26px;
    z-index: 100001;
	
}

#feedback {
   _position:absolute;
  _float:right;
 
}

#feedback:hover {
    width: 36px;
	
}

