
	body a#feedback-tab,   body a#feedback-tab:link 
	{      
		background-position: 2px 50% !important;      
		position: fixed !important;      		
		top: 45% !important;
		display: block !important;      
		width: 25px !important;      
		height: 98px !important;
		margin: -45px 0 0 0 !important;      
		padding: 0 !important;      
		z-index: 100001 !important;      
		background-position: 2px 50% !important;      
		background-repeat: none !important;      
		text-indent: -9000px;    
	}        
	body a#feedback-tab:hover 
	{      
		cursor: pointer;    
	}      
  
	* html a#feedback-tab,    * html a#feedback-tab:link 
	{      
		position: absolute !important;      
		background-image: none !important;    
	}      

	a#feedback-tab 
	{      
		left: 0;      
		background-repeat: no-repeat;      
		background-color: #1592ea;      
		background-image: url('http://test.officebeacon.com/common/images/feedback_tab_white.png');
		border: outset 2px #485863;      
		border-left: none;      
		-moz-border-radius: 1em;      
		-moz-border-radius-topleft: 0;      
		-moz-border-radius-bottomleft: 0;      		
		-webkit-border-radius: 1em;      
		-webkit-border-top-left-radius: 0;      
		-webkit-border-bottom-left-radius: 0;   
	}        

	a#feedback-tab:hover 
	{       		
		background-color: #2b3a44;
		border: outset 2px #ffbb1c;
		border-left: none;
	}        

	* html a#feedback-tab 
	{ 
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://test.officebeacon.com/common/images/feedback_tab_white.png');
	}