@charset "utf-8";
/* CSS Document */

.fixed{
right:20px;
top:10px;
position:fixed;
+position:absolute;
+top:eXPression(eval(document.documentElement.scrollTop)+40);
}