.accounts-login-permanent {
    margin: 0 0 -5px;
}

#accounts-settings label {
    margin-left: 0;
}

#accounts-profile .avatar-large {
    margin-top: -30px;
    margin-left: 15px;
}

#accounts-messages table {
    line-height: 20px;
    vertical-align: middle;
    border: 1px solid transparent;
}

#accounts-messages table th {
    padding: 15px 0;
    vertical-align: middle;
}

#accounts-messages table .head {
    background: url('/img/background-black-25.png') 0 0;
}

#accounts-messages table .head th {
    background: url('/img/background-black-25.png') 0 0;
}

#accounts-messages table td {
    padding: 15px 0;
    vertical-align: middle;
}

#accounts-messages .black {
    background: url('/img/background-black-25.png') 0 0;
}

#accounts-messages .white {
    background: url('/img/background-white-10.png') 0 0;
}

#accounts-messages .accounts-messages-column-type {
    width: 20px;
    text-align: center;
    padding: 5px 4px 0 15px;
}

#accounts-messages .accounts-messages-column-route {
    width: 190px;
    padding: 0 5px 0 15px;
}

#accounts-messages .accounts-messages-column-header-read a {
    color: #a5a5a5;
}

#accounts-messages .accounts-messages-column-date {
    width: 150px;
    white-space: nowrap;
}

#accounts-messages .accounts-messages-column-checkbox {
    text-align: center;
    width: 40px;
}

#accounts-messages input[type=checkbox] {
    margin: 0;
    padding: 0;
}

#accounts-messages .accounts-messages-footer td {
    padding: 25px 0 0;
}

#accounts-messages #accounts-messages-delete-submit {
    margin: 0;
}

#accounts-message-date {
    font-style: italic;
    color: #777;
}

#accounts-message-author {
    font-style: italic;
}

#accounts-profile-show-header {
    background: url('/img/background-black-25.png') 0 0;
    font-size: 20px;
    line-height: 45px;
    margin: 0 -25px 25px;
    padding: 25px;
    height: 90px;
}

#accounts-profile-show-avatar {
    width: 140px;
    float: left;
}

#accounts-profile-show-avatar a:hover {
    background: none;
}

#accounts-profile-show-info {
    width: 550px;
    margin-right: 50px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
}

#accounts-profile-show-info li {
    float: left;
    margin-right: 25px;
}

#accounts-profile-show-info-name {
    width: 550px;
}

#accounts-profile-show-rating {
    background: url('/img/background-white-10.png') 0 0;
    float: right;
    text-align: center;
    margin: 0 !important;
    width: 150px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}

#accounts-profile-show-rating-percents {
    font-size: 25px;
    line-height: 50px;
    margin: 20px 0;
}

#accounts-profile-show-rating-votes {
    font-size: 15px;
    line-height: 15px;
    margin: 25px 0 0;
    color: #a1a1a1;
}

#accounts-profile-show-rating-up,
#accounts-profile-show-rating-down {
    cursor: pointer;
    display: block;
    font-size: 30px;
    line-height: 30px;
    width: 20px;
    height: 20px;
    margin: 0;
    color: #fff555;
    position: absolute;
    top: 30px;
}

.accounts-profile-show-rating-up-disabled,
.accounts-profile-show-rating-down-disabled {
    color: #777 !important;
    cursor: text !important;
}

#accounts-profile-show-rating-up {
    right: 10px;
}

#accounts-profile-show-rating-down {
    left: 10px;
}

.accounts-profile-show-column {
    float: left;
    width: 450px;
    line-height: 30px;
}

.accounts-profile-show-left {
    float: left;
    width: 140px;
    clear: both;
}

.accounts-profile-show-right {
    float: left;
    width: 310px;
}

.bestpersons a {
    background: none;
}

#accounts-show-lastseen {
    line-height: 30px;
    margin: 0 -25px;
    padding: 0 25px;
}

#accounts-show-lastseen li {
    float: left;
    margin: 0 24px 0 0;
}

#accounts-show-lastseen li.last {
    margin-right: 0;
}

#accounts-show-lastseen li a {
    background: none;
}

#accounts-show {
    line-height: 30px;
    margin: 0 -25px;
    padding: 0 25px;
}

#accounts-show .accounts-show-left {
    float: left;
    width: 405px;
    margin: 0 0 25px;
    padding: 15px;
    background: url('/img/background-black-25.png') 0 0;
    border: 1px dotted #515151;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#accounts-show .accounts-show-right {
    float: right;
    width: 405px;
    margin: 0 0 25px;
    padding: 15px;
    background: url('/img/background-black-25.png') 0 0;
    border: 1px dotted #515151;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#accounts-show .accounts-show-compose {
    float: left;
    display: block;
    width: 11px;
    height: 8px;
    margin: 13px 10px 9px 0;
    background: url('/img/icon-messages.png') no-repeat 0 0;
    text-indent: -9999px;
}

#accounts-show li h1 {
    font-size: 20px;
}

#accounts-show li .avatar-medium {
    float: right;
    margin-left: 15px;
}

.accounts-list-filter {
    background: url('/img/background-black-25.png') 0 0;
    font-size: 25px;
    line-height: 40px;
    margin: 0 -25px 25px;
    padding: 15px 25px;
}

.accounts-list-filter select {
    margin: 5px 0 0;
}