﻿body {
}

#close {
    padding-right: 5px;
    *padding-right: 5px;
    _padding-right: 5px;
    padding-top: 5px;
    cursor: pointer;
    position: absolute;
    font-size: 12px;
    color: #FF0000;
    float:right;
}

#gg1 {
    width: auto;
    height: auto;
    z-index: 1000000;
}

#contents {
    width: auto;
    height: auto;
    display: table;
    background-color: #F7F8FD;
    min-height: 60px;
    min-width: 100px;
    padding-top: 30px;
}

    #contents img {
        border: 0px;
    }
