body {
    font-family:    Geneva, Arial, Helvetica, sans-serif;
    font-size:      12px;
}
img {
    border:         0;
}
a {
    color:          #265d00;
/* background-color:inherit;*/
}
a:link,
a:visited {
    text-decoration:underline;
}
a:hover,
a:active {
    text-decoration:none;
}
input[type=password],
input[type=text],
input[type=file],
input[type=submit],
select,
textarea {
    font-size:      1em;
    border:         solid 1px #265d00;
}
table {
    border-collapse:collapse;
}
h1 {
    margin-top:     .3em;
    margin-bottom:  .4em;
    font-size:      1.2em;
    font-weight:    bold;
}
h2 {
    margin-bottom:  .4em;
    font-size:      1.1em;
    font-weight:    bold;
}
h3 {
    margin-bottom:  .3em;
    font-size:      1em;
}

div.spacer {
    height:         5px;
    font-size:      0;
    line-height:    0;
}

p.info {
    margin:         1em 0;
    color:          #265d00;
    background:     #e9f2c3;
    font-size:      .9em;
    border:         solid 1px #1d3900;
    padding:        5px;
}

div.gborder {
    margin-bottom:  .5em;
    padding:        1px 2px;
    font-size:      1em;
    font-weight:    bold;
    border:         solid 1px #265d00;
    color:          #265d00;
}

div.gmc_table {
    width:          730px;
    background:     url(/image/offer_search/table_bg.png);
}
div.gmc_table table {
    width:          708px;
    margin-left:    9px;
}
div.gmc_table tr.gmc_table_top {
    height:         31px;
    color:          white;
}
div.gmc_table div.gmc_table_bottom {
    height:         7px;
    background:     url(/image/offer_search/table_bottom.png);
}
div.gmc_table table tr td {
    padding:        1px 2px;
    border:         solid 1px #99bd00;
    font-size:      .9em;
}
div.gmc_table table tr:hover td {
    background:     #eff8c6;
}
div.gmc_table table tr td:first-child {
    border-left:    none;
}
div.gmc_table table tr td:last-child {
    border-right:    none;
}

div.gmc_box {
    border:         solid 1px #1d3900;
}
div.gmc_box div.gmc_box_head {
    height:         18px;
    padding:        5px 0 0 29px;
    font-weight:    bold;
    color:          black;
    background:     url(/image/gmc_box_head_bg.png) no-repeat top left;
    border-bottom:  solid 1px #1d3900;
}
div.gmc_box div.gmc_box_content {
    padding:        5px;
}
