div.bx-auth-reg input.bx-auth-input {
    vertical-align: middle;
}

div.bx-auth-reg span.bx-auth-secure {
    background-color: #FFFAE3;
    border: 1px solid #DEDBC8;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
}

div.bx-auth-reg div.bx-auth-secure-icon {
    background-image: url(images/sec.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 18px;
}

div.bx-auth-reg div.bx-auth-secure-unlock {
    background-image: url(images/sec-unlocked.png);
}

.same_as_request {
    padding: 8px;
    border-radius: 8px;
    border: 1px solid rgb(101, 181, 227);
    max-width: 640px;
    margin-bottom: 32px;
}

.same_as_request input[type="password"],
.same_as_request input[type="text"],
.same_as_request select {
    width: 365px;
}

td.name {
    width: 190px;
}

form[name='regform'] input.readonly, form[name='regform'] select.readonly {
    background: #eee;
}

.same_as_request select, .same_as_request input.region {
    margin-bottom: 10px!important;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    background-image: none;
}
