body{
        padding:0px;
        margin:0px;
        height:100%;
        }
*
        {
        color: black;
        font-family:'century gothic',arial, Verdana, sans-serif;
        font-size:12px;
        }

A:link, A:visited
        {
        color:white;
        FONT-FAMILY:'century gothic',arial, Verdana, sans-serif;
        text-decoration: none;
        FONT-SIZE: 12px;
        FONT-WEIGHT: normal
        }

A:hover
        {
        color:#0063AD;
        FONT-FAMILY:'century gothic',arial, Verdana, sans-serif;
        text-decoration: none;
        FONT-SIZE: 12px;
        FONT-WEIGHT: normal
        }

.white
        {
        color: white;
        font-family:'century gothic',arial, Verdana, Sans-Serif;
        font-size:12px;
        }

.menu, a.menu, a.menu:visited
        {
        color:white;
        FONT-FAMILY:'century gothic',arial, Verdana, sans-serif;
        text-decoration: none;
        FONT-SIZE: 13px;
        FONT-WEIGHT: bold
        }

A.menu:hover
        {
        color:black;
        FONT-FAMILY:'century gothic',arial, Verdana, sans-serif;
        text-decoration: none;
        FONT-SIZE: 13px;
        FONT-WEIGHT: bold
        }
.sub, a.sub, a.sub:visited
        {
        color:black;
        FONT-FAMILY:'century gothic',arial, Verdana, sans-serif;
        text-decoration: none;
        FONT-SIZE: 11px;
        FONT-WEIGHT: bold;

        }

A.sub:hover
        {
        color:#0060AE;
        FONT-FAMILY:'century gothic',arial, Verdana, sans-serif;
        text-decoration: none;
        FONT-SIZE: 11px;
        FONT-WEIGHT: bold
        }
.footer, a.footer, a.footer:visited
        {
        color: #000000;
        font-family:'century gothic', arial, Verdana, sans-serif;
        font-size:11px;
        font-weight:bold;
        line-height:20px;
        vertical-align:bottom;
        text-align:right;
        }

A.footer:hover
        {
        color: maroon;
        font-family:'century gothic',arial, Verdana, sans-serif;
        font-size:11px;
        font-weight:bold;
        line-height:20px;
        vertical-align:bottom;
        text-align:right;
        }

FORM
        {
        display:inline;
        }
.outsidetable {
        position: absolute;
        top:15%;
        margin-left:auto;
        margin-right:auto;
        width:100%;
        }
.container
        {
        width:100%;
        height:100%;
        border:2px solid pink;
        padding:0px;
        margin:0px;
        vertical-align:middle;
        }
#form_01 {
    visibility: hidden;
    display: none;
}
/* trigger button */
#download_now {
        display:block;
        width:159px;
        cursor:pointer;
}

/* tooltip styling */
.tooltip {
        display:none;
        position:relative;         
        background:url(/images/black_arrow_big.png) no-repeat;
        height:210px;
        padding:18px 20px 10px 20px;
        margin-left:130px;
        margin-top:13px;
        width:210px;
        font-size:11px;
        font-color:white;
}
.toolboundary {
 position:relative;
 border:0px solid red;
 height:170px;
 width:168px;
}
.popuppick {
 position:absolute;
 z-index:1;
 left:0px;
}
.popuplabel {
 position:absolute;
 z-index:1000;
 top:155px;
 left:3px;
 width:158px;
 background-color:#000;
 color:white;
 line-height:24px;
 font-size:11px;
}
