.form-front legend {
    padding-top: 20px;
    margin-bottom: 20px;
    border: 0;
}

.form-front legend a {
    text-decoration:none;
}

.form-front-btns .btn+.btn {
    margin-left: 10px;
}

.form-front .form-group.has-error {
    margin-bottom: 0;
}

.form-front-captcha-tbl {
    margin-bottom: 5px;
}

.form-front-captcha-btns {
    width:16px; 
    padding-left:3px;
}

.form-front-captcha-btns .glyphicon {
    background:none;
    border:0;
    font-size: 16px;
    cursor: pointer;
    width:18px;
    height:18px;
    padding: 0;
    margin: 0
}

.form-front-captcha-input {
    max-width: 200px;
}

.form-front-date [class^="col-"]:first-child,
.form-front-checkboxgroup [class^="col-"]:first-child,
.form-front-radiogroup [class^="col-"]:first-child,
.form-front-readonly  [class^="col-"]:first-child {
    padding-left: 0;
}
.form-front-date [class^="col-"]:last-child,
.form-front-checkboxgroup [class^="col-"]:last-child,
.form-front-radiogroup [class^="col-"]:last-child,
.form-front-readonly  [class^="col-"]:last-child {
    padding-right: 0;
}

.form-front-checkboxgroup legend,
.form-front-radiogroup legend {
    display: none;
}