div#loggedinProfile div.user-ext {
    margin-bottom: 10px;
    position: relative;
    top: -1px;
}
div#loggedinProfile div.user-ext a {
    background-color: #F7B700;
    background-image: url("../images/add-user.png");
    background-position: 15px 50%;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 8px;
    padding-left: 45px;
    padding-top: 8px;
    position: relative;
    text-decoration: none;
}