/* 
**  clockcursor.css 
**  
**   From the example at
**
**    http://rainbow.arch.scriptmania.com/scripts/mouse_clock.html
**
*/
/* Do not Alter these. Set for alignment */ 
.css1
{
    position:absolute;
    top:0px;
    left:0;
    width:16px;
    height:16px;
    font-family:Arial,sans-serif;
    font-size:16px;
    text-align:center;
    font-weight:bold;
}
.css2
{
    position:absolute;
    top:0px;
    left:0px;
    width:10px;
    height:10px;
    font-family:Arial,sans-serif;
    font-size:10px;
    text-align:center;
}
#control
{
    width:18px;
    height:18px;
    border:0;
    margin:1px;
    padding:1px;
    font-family:monospace;
    
}
/* ****************************************** */
/*  Button to turn clk-folows-cursor on/off
/* ****************************************** */
p#clkButton
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-top:1px;
    margin-bottom:1px;
}

