
.sig {
    display: none;
}

.sigNav {
    display: none;
    height: 2.25em;
    margin: 0;
    padding: 0;
    position: relative;

    list-style-type: none;
}

.sigNav li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

.sigNav a,
.sigNav a:link,
.sigNav a:visited {
    display: block;
    margin: 0;
    padding: 0 0.6em;

    border: 0;

    color: #333;
    font-weight: bold;
    line-height: 2.25em;
    text-decoration: underline;
}

.sigNav a.current,
.sigNav a.current:link,
.sigNav a.current:visited {
    background-color: #666;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-radius: 8px 8px 0 0;

    color: #fff;
    text-decoration: none;
}

.sigNav .typeIt a.current,
.sigNav .typeIt a.current:link,
.sigNav .typeIt a.current:visited {
    background-color: #ccc;

    color: #555;
}

.sigNav .clearButton {
    bottom: 0.2em;
    display: none;
    position: absolute;
    right: 0;

    font-size: 0.75em;
    line-height: 1.375;
}

.sigWrapper {
    clear: both;
    width: 280px;
    height: 130px;

    border: 1px solid #ccc;
}

.sigWrapper.current {
    border-color: #666;
}

.signed .sigWrapper {
    border: 0;
}

.pad {
    position: relative;

    cursor: crosshair;

    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

p.error {
    display: none;
    margin: 0.5em 0;
    padding: 0.4em;

    background-color: #f33;

    color: #fff;
    font-weight: bold;
}
