/* wink */
.wink-widget
{
margin-top:3px;
margin-left:4px;
}
.wink-widget div
{
cursor: pointer;
}
.send-wink, .wink-sent
{
display:block;
width:86px;
height:25px;
}
.send-wink
{
background:url(/static/_wl_traditional/i/wink_on.gif) no-repeat;
}
.wink-sent
{
background:url(/static/_wl_traditional/i/wink_off.gif) no-repeat;
}