display: none;
position: fixed;
top: 10px;
right: 10px;
background: rgb(230,230,230);
background: -moz-linear-gradient(top,rgba(255,255,255,1),rgba(230,230,230,1));
background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,1)),to(rgba(230,230,230,1)));
background: -o-linear-gradient(top,rgba(255,255,255,1),rgba(230,230,230,1));
border-radius: 5px;
box-shadow: 0 1px 7px 1px rgba(0,0,0,.34);
padding: 5px 10px;
width: 280px;
color: #666;
text-align: left;