@charset "utf-8";


label, input[type='checkbox'], button {
    cursor: pointer;
}
button[disabled='disabled'] {
    cursor: default;
}
input[type='image'] {
    border:0;
    background:none;
    width:auto;
    overflow:visible;
}
input[type='image'][disabled='disabled'] {
    opacity:0.5;
}
.agreement-message-box {
    background:#ccccff;
    padding:10px;
}
.check-message {
    margin-top:10px;
    font-weight:bold;
    margin-left:20px;
}
button#preview-button[disabled='disabled'] {
    opacity: 0.5;
}
