@charset "UTF-8";

/*======================================================================
    floatingBox
======================================================================*/

div.floatingBox {
    border: 2px solid #b3b3ab;
    /* width: 260px; */
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0px 0px 3px rgba(50,50,50,0.8);
}

div.floatingBox div.floatingBox-closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
}

div.floatingBox div.floatingBox-closeBtn a {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../images/button/close001.0827cdd6cb96.png");
    background-repeat: no-repeat;
}

div.floatingBox div.floatingBox-closeBtn a:hover {
    background-color: transparent;
    background-position: 0 -20px;
}

/*======================================================================
    #loginForm
======================================================================*/

#loginForm {
    margin: 5px 0 0 15px;
}

#loginForm dl {
    margin: 0;
}

#loginForm form {
    width: 260px;
}

#loginForm form label,
{
    font-size: 11px;
    font-weight: bold;
}

#loginForm form dd input {
    width: 216px;
}

#loginForm form p.rememberme {
    margin: 0;
    float: right;
}

#loginForm form p.rememberme label {
    display: block;
    height: 28px;
    width: 125px;
    line-height: 2.8;
}

#loginForm form p.rememberme label input {
}

#loginForm ul {
    margin: 18px 0 15px;
}

#loginForm ul li {
    font-size: 95%;
}

/*======================================================================
    inlineConfirm
======================================================================*/

.inlineConfirm {
    margin: 15px 5px 10px 15px;
}

.inlineConfirm {
    position: relative;
    width: 180px;
    font-size: 93%;
    font-weight: bold;
}

.inlineConfirm dl {
    margin: 0;
    height: 30px;
}

.inlineConfirm dt {
    margin-right: 55px;
    float: left;
}

.inlineConfirm dd {
    position: absolute;
    top: 0;
    right: 5px;
    width: 50px;
    height: 30px;
    background-image: url("../images/button/form/yes_50x30.76a9c65c5776.png");
    background-repeat: no-repeat;
}

.inlineConfirm dd input,
.inlineConfirm dd a {
    display: block;
    width: 50px;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url("../images/button/form/yes_50x30.76a9c65c5776.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -30px;
    cursor: pointer;
}

.inlineConfirm input:hover,
.inlineConfirm a:hover {
    background-color: transparent;
}

/*======================================================================
    
======================================================================*/
