@charset "utf-8";
.error-message {
    clear: both;
    color: #F00;
    padding: 5px 0 0;
}

#input table th.chenge span img.move {
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

header div.logout {
    width: 830px;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: relative;
}

header div.logout a {
    position: absolute;
    top: -30px;
    left: 830px;
    padding: 5px 10px 3px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 10px;
    border: 2px solid #999;
    color: #666;
    background: #dcdcdc;
    text-decoration: none;
    display: inline-block;
}