#floatBox{
overflow:hidden;
margin-top:200px;
margin-left:-250px;
padding:0px;
width:500px;
height:0px;
position: fixed;
top: 0px;
left: 50%;
z-index: 99;
_position: absolute;
_top: expression((dummy = document.documentElement.scrollTop) + "px");
filter: alpha(opacity=0); 
-moz-opacity: 0; 
opacity: 0;
}

#floatBox .task{
float:right;
font-family:Trebuchet MS;
border:1px solid #051d31;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
padding:3px 8px 3px 8px;
color:#FFF;
text-shadow:1px 1px 1px #051d31;
background:#193b4e;
}

#floatBox .img{
float:left;
}

#floatBox a{

}
