#userBanner {
    height: 105px;
    position: relative;
}
.userBannerVerified {
    background: url('http://static.dailystrength.org/templates/images/ep/epHeaderUserBanner.gif') no-repeat;
}
.userBannerNoVerified {
    background: url('http://static.dailystrength.org/templates/images/ep/epHeaderUserBannerNoVer.gif') no-repeat;
}
#userBanner .expertName {
    font-family: arial;
    font-size: 32px;
    color: #4F4E4E;
    position: absolute;
    left: 90px;
    top: 30px;
}
#userBanner .expertInfo {
    font-family: arial;
    font-size: 11px;
    color: #4F4E4E;
    position: absolute;
    left: 91px;
    top: 68px;
}
#userBanner .expertIcon {
    right: 10px;
    float: right;
    padding: 2px;
    margin-top: 5px;
}   
#userBanner .expertIcon a{
    line-height: 90px;
    height: 90px;
}
#userBanner .expertIcon img{
    max-height: 90px;
    vertical-align: middle;
}

#userBanner a, a:visited, a:hover{
    text-decoration: none;
    color: #4F4E4E;
}

