.bx-auth-reg {
    position: relative;
    color: #222;
}

.bx-auth-reg h6 {
    margin-bottom: 5px;
}

.bx-auth {
    width: 400px;
    position: relative;
    float: left;
}

div.bx-auth-services div {
    margin: 4px 2px 0 0 !important;
}

.bx-reg {
    width: 400px;
    position: relative;
    float: right;
}

.bx-auth-form {
    width: 380px;
    min-height: 145px;
    border-radius: 3px;
    padding: 28px 0 15px 0;
}

.bx-auth-form .bx-auth-line {
    border: none;
}

.bx-auth {
    margin-top: 0 !important;
}

.bx-auth h6, .bx-reg h6 {
    border-bottom: 2px solid #e3e3e3;
    font-size: 140%;
    padding-bottom: 12px;
    color: #555;
    font-family: "PT Sans Narrow",sans-serif;
    font-weight: bold;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.bx-auth .bx-auth-services div {
    width: 130px;
}

.bx-reg-form {
    height: 100px;
    border-radius: 3px;
    padding: 30px 0 15px 0;
}

.bx-auth-line {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

.bx-auth-line a {
    font-size: 12px;
}

.bx-auth-label {
    display: inline-block;
    text-align: right;
    width: 60px;
    padding-right: 4px;
}

.bx-auth label {
    color: #333;
}

.bx-auth input[type="submit"], .bx-reg-submit {
    background: #fc8ab8 none repeat scroll 0 0;
    border: 0 none;
    bottom: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 34px;
    letter-spacing: normal;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 154px;
}

.bx-auth input[type="submit"]:hover, .bx-reg-submit:hover {
    background: #f03581 none repeat scroll 0 0;
    cursor: pointer;
}

.bx-auth-title,
.bx-reg-title {
    font-size: 16px;
    color: #555;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: bold;
}

.bx-reg-submit {
    width: 100%;
}

div.bx-auth-note {
    margin: 18px 0px 6px 0px;
}

td.bx-auth-label {
    text-align: right;
    font-weight: bold;
}

table.bx-auth-table {
    margin-top: 8px;
}

table.bx-auth-table td {
    padding: 3px;
}

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

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

div.bx-auth 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 div.bx-auth-secure-unlock {
    background-image: url(images/sec-unlocked.png);
}
