.ftrc-block{
    width: 92px;
    height: 20px;
    /*position: absolute;
    top:10px;
    right:0;
    text-align: center;*/
    margin: -10px 0 10px;
    padding-left: 85px;
}
.ftrc-voteup, .ftrc-votedown{
    color: #fff;
    display: inline-block;
    font-family: monospace;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin: 0 2px;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
    visibility: hidden;
}
.ftrc-not-rated .ftrc-voteup{   background-color: #55ca03; cursor: pointer; }
.ftrc-rated     .ftrc-voteup{   background-color: #dddddd; cursor: default; }
.ftrc-not-rated .ftrc-votedown{ background-color: #e57f7f; cursor: pointer; }
.ftrc-rated     .ftrc-votedown{ background-color: #dddddd; cursor: default; }

.ftrc-value{
    width: 20px;
    height: 20px;
    display:inline-block;
    vertical-align: middle;
    margin: 0 2px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;    
    cursor: default;
}
.norate   { color: #666666; }
.goodrate { color: #55ca03; }
.badrate  { color: #e57f7f; }

.ftrc-loading {
    background: #ffffff url('../images/loading.gif') no-repeat center center !important;
}

.ftrcMsg{
    position: fixed;
    top: 20%;
    right: 30%;
    background-color: #ffffff;
    padding: 10px 20px;
    font-size: 14px;
    color: #222222;
    text-align: center;
    z-index: 5;
    box-shadow: 0px 0px 20px 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 12px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px 12px rgba(0, 0, 0, 0.5);

}
.ftrcMsg .login-username,
.ftrcMsg .login-password{
    padding: 0;  
}
.ftrcMsg .login-username input,
.ftrcMsg .login-password input{
    width: 80%;
}
.ftrcClose{
    position: absolute;
    top:0;
    right:0;
    width: 20px; height: 20px;
    background-color: #cccccc;
    cursor: pointer;
    text-align: center;
}
