dd {
  margin-left: 0;
}

article section.input form dl div.ss_bottomComment {
    padding: 6px 0;
    line-height: 16px;
    font-size: 12px;
}

article section.input form div.agree {
    padding: 54px 0;
    text-align: center;
    font-size: 16px;
    position: relative;
}

article section.input form div.agree input[type='checkbox'] {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: -100px;
    z-index: 0;
    cursor: pointer;
}

article section.input form div.agree input[type='checkbox'] + label {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(../user/image/pc/icon_check.png) no-repeat left bottom;
    cursor: pointer;
    vertical-align: text-bottom;
}

body article section.input form div.agree input[type='checkbox']:checked + label {
  background-position: left top;
}

article section.input form div.agree a {
    color: #e9c20f;
}

.formError.noVali{
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: normal;
  font-size: 14px;
}

div.alert.alert-error,
span.label.label-warning,
span.ss_error_msg{
  font-weight: bold;
  color: #e9c20f;
}
