﻿/* all true */
.btn_log_true:hover
{
    border-style: none;
    background-color: Transparent;
    border-width: 0px;
    background-image: url(../icon/btn.png);
    background-position: 0px 0px;
    padding: 0px;
    margin: 0px;
    height: 23px;
    width: 241px;
    cursor: pointer;
    text-align: center;
}
.btn_log_true
{
    border-style: none;
    background-color: Transparent;
    border-width: 0px;
    background-image: url(../icon/btn.png);
    background-position: 241px 0px;
    padding: 0px;
    margin: 0px;
    height: 23px;
    width: 241px;
    cursor: pointer;
    text-align: center;
}
/* unlog */
.btn_unlog_true:hover
{
    border-style: none;
    background-color: Transparent;
    border-width: 0px;
    background-image: url(../icon/btn.png);
    background-position: 0px 138px;
    padding: 0px;
    margin: 0px;
    height: 23px;
    width: 241px;
    cursor: pointer;
    text-align: center;
}
.btn_unlog_true
{
    border-style: none;
    background-color: Transparent;
    border-width: 0px;
    background-image: url(../icon/btn.png);
    background-position: 241px 138px;
    padding: 0px;
    margin: 0px;
    height: 23px;
    width: 241px;
    cursor: pointer;
    text-align: center;
}
/* unlog */
.btn_del_true:hover
{
    border-style: none;
    background-color: Transparent;
    border-width: 0px;
    background-image: url(../icon/btn.png);
    background-position: 0px 92px;
    padding: 0px;
    margin: 0px;
    height: 23px;
    width: 241px;
    cursor: pointer;
    text-align: center;
}
.btn_del_true
{
    border-style: none;
    background-color: Transparent;
    border-width: 0px;
    background-image: url(../icon/btn.png);
    background-position: 241px 92px;
    padding: 0px;
    margin: 0px;
    height: 23px;
    width: 241px;
    cursor: pointer;
    text-align: center;
}


/* all false */
.btn_log_false
{
    border-style: none;
    background-color: Transparent;
    border-width: 0px;
    background-image: url(../icon/btn.png);
    background-position: 241px 161px;
    padding: 0px;
    margin: 0px;
    height: 23px;
    width: 241px;
    cursor: pointer;
    text-align: center;
}
.btn_unlog_false
{
    border-style: none;
    background-color: Transparent;
    border-width: 0px;
    background-image: url(../icon/btn.png);
    background-position: 241px 115px;
    padding: 0px;
    margin: 0px;
    height: 23px;
    width: 241px;
    text-align: center;
    color: #808080;
}
.btn_add_false
{
    border-style: none;
    background-color: Transparent;
    border-width: 0px;
    background-image: url(../icon/btn.png);
    background-position: 241px 23px;
    padding: 0px;
    margin: 0px;
    height: 23px;
    width: 241px;
    cursor: pointer;
    text-align: center;
}

/* button add*/
.btn_add_true:hover
{
    border-style: none;
    background-color: Transparent;
    border-width: 0px;
    background-image: url(../icon/btn.png);
    background-position: 0px 46px;
    padding: 0px;
    margin: 0px;
    height: 23px;
    width: 241px;
    cursor: pointer;
    text-align: center;
}
.btn_add_true
{
    border-style: none;
    background-color: Transparent;
    border-width: 0px;
    background-image: url(../icon/btn.png);
    background-position: 241px 46px;
    padding: 0px;
    margin: 0px;
    height: 23px;
    width: 241px;
    cursor: pointer;
    text-align: center;
}
/**/

.btn_GoSearch
{
    border-style: none;
    background-color: Transparent;
    border-width: 0px;
    background-image: url(../icon/button.png);
    background-position: 242px 0px;
    padding: 0px;
    margin: 0px;
    height: 20px;
    width: 242px;
    cursor: pointer;
    text-align: center;
    color: Black;
    line-height: 23px;
}
.btn_GoSearch:hover
{
    background-image: url(../icon/button.png);
    background-position: -1px 0px;
}

