﻿
.look-functionkey
{
    position: relative;
}

.look-functionkey:not(.aspNetDispabled)
{
    cursor: pointer;

    /* FIX(sk:5748): If the browser supports it, set the cursor so it looks like a 'hand' */
    cursor: hand;
}

.look-functionkey span
{
    user-select: none;
}