.box_auth {
    margin-top: -6px;
    top: 5px;
}

.box_box_auth {
    position: relative;
    z-index: 100;
}

.box_auth .modal-header {
    text-align: left;
}

.box_box_auth a {
    text-decoration: none;
}

.box_box_auth a.top_out {
    color: #666;
    border-bottom: 1px dashed #666;
}

.box_box_auth a.top_cabinet {
    color: #FE6E0D;
    margin-right: 15px;
    border-bottom: 1px dashed #FE6E0D;
}

h4.modal-title {
    font-weight: bold;
    color: #FE6E0D;
}

.box_box_auth a#window-auth {
    color: #666;
    border-bottom: 1px dashed #666;
    margin-right: 15px;
}

.box_box_auth a#window-reg {
    color: #FE6E0D;
    border-bottom: 1px dashed #FE6E0D;
}

.box_box_auth a.top_profile_link {
    color: #337AB7;
    margin-right: 15px;
    border-bottom: 1px dashed #337AB7;
}

.box_box_auth a:hover {
    color: #008966;
    border-bottom: 1px dashed #008966;
    text-decoration: none;
}

#open_auth .form-horizontal {
    background-color: #FE6E0D;
}

#open_auth .form-horizontal a {
    color: #fff;
}

#open_auth .form-horizontal a:hover {
    color: #666;
}

input[type="submit"] {
    cursor: pointer;
    border: none;
}