﻿
#tycktillBlob
{
    width: 100%;
    height: 873px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    /*background: url(/gfx/tycktill-blob.png) no-repeat center;*/
}
    #tycktillBlobLinks
    {
        width: 100%;
        height: 873px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3000;
    }
        #tycktillBlobLinks .inner
        {
            width: 400px;
            margin: 0 auto;
        }
        #tycktillBlobClose
        {
            width: 50px;
            height: 30px;
            margin: 370px 0 0 320px;
            cursor: pointer;
        }
        #tycktillBlobLink
        {
            display: block;
            width: 170px;
            height: 40px;
            margin: 100px 0 0 140px;
            cursor: pointer;
            position: absolute;
            z-index: 3000;
        }    
            #tycktillBlobLink span
            {            
                display: none;
            }

#tycktillSmallBlob
{
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2000;
}
#tycktillSmallBlobLink
{
    display: block;
    position: absolute;
    width: 133px;
    height: 99px;
    top: 30px;
    right: 30px;
    z-index: 3000;

    background: green;
}
    #tycktillSmallBlobLink span
    {
        
    }
    
            
#tycktillHeader
{
    width: 795px;
    height: 209px;
    background: url(/gfx/tycktill-header.png) no-repeat center;
}

    table.survey
    {
        width: 600px;
        border-collapse: collapse;
        margin-top: 25px;
    }
        table.survey td
        {
            padding: 10px;
        }
            
