﻿        fieldset, img
{
    border: 0 none;
}
:focus
{
    outline: 0;
}
:link, :visited, ins
{
    text-decoration: none;
}

.gg_full
{
    position: relative;
    margin: 0px auto;
    width: 1250px;
    background: #e8e8e8;
}
.gg_full .gg_fbtn
{
    position: absolute;
    width: 19px;
    display: none;
    height: 55px;
    top: 10px;
    right: -23px;
}
.gg_full .gg_fbtn A
{
    display: block;
    background: url(gg_btn.png) no-repeat 0px 0px;
    height: 55px;
    overflow: hidden;
}
.gg_full .gg_fbtn .gg_fclose
{
    background: url(gg_btn.png) no-repeat -19px 0px;
}
.gg_full .gg_fcon
{
    z-index: 9999;
    
    display: none;
    position: fixed;
     position:relative;
    top: 0px; /* position fixed for IE6 */
    _position: absolute;
    _top: expression(documentElement.scrollTop +    "px" );
    
}