a#uservoice-feedback-tab { 
left: 0; 
background-repeat: no-repeat; 
background-color: #7197D5; 
background-image: url(entrartexto.png);
border: outset 1px #7197D5; 
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#uservoice-feedback-tab:hover {
background-color: #80B05D;
border: outset 1px #80B05D;
border-left: 10px;
-moz-border-left: 10px;
-webkit-border-left: 10px;
 }
* html a#uservoice-feedback-tab {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='entrartexto.png'); 
}
body a#uservoice-feedback-tab,
body a#uservoice-feedback-tab:link {
background-position: 2px 50% !important;
position: fixed !important;
top: 0px !important;
display: block !important;
width: 25px !important;
height: 165px !important;
padding: 0 !important;
z-index: 100001 !important;
background-position: 2px 50% !important;
background-repeat: none !important;
}

body a#uservoice-feedback-tab:hover {
cursor: pointer;
border-left: 10px;
}

* html a#uservoice-feedback-tab,
* html a#uservoice-feedback-tab:link {
position: absolute !important;
background-image: none !important;
}
