.fintaLogo {
    padding-left: 55px;
    height: 29px;
    margin: 0 2px 4px 1px;
    overflow: hidden;
}
.fintaTitle {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
.fintaContent {
    background-color: #cac5c6;
    border: 2px solid #58585a;
    padding: 3px 0 0 0;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    min-height: 35px;
}
.fintaLoading {
    background: url(/images/loading.gif) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.fintaEntry {
    background-color: #d1d1d1;
    margin: 5px 0;
    overflow: hidden;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px;
    position: relative;
}
.fintaEntry .fintaLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none !important;
    z-index: 10;
}
.fintaImage {
    float: left;
    padding: 0 10px 0 0;
    cursor: pointer;
}
.fintaText {
    cursor: pointer;
}