@charset "utf-8";
.sign_box {
    position: relative;
    width: 100%; 
    height: 200px;
    background: url(../../resources/image/bg/bg_sign.png) repeat left top;
    border: 1px solid #E9EAED;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}
.sign_box.error { border: 1px solid #CB2626; }
.sign_box .signature-pad { width: 100%; height: 200px; background-color: transparent; }