﻿
.roundedButtonBk
{   float: left;
    margin: 0px 0px 0px 0px;
    padding: 3px 5px 3px 21px;
    font-weight: 600;
    font-size: 90%;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-decoration: none;
    font-family:Arial;
    letter-spacing: 0.04em;
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

.roundedButtonFw
{   float: left;
    margin: 0px 0px 0px 0px;
    padding: 3px 21px 3px 5px;
    font-weight: 600;
    font-size: 90%;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-decoration: none;
    font-family:Arial;
    letter-spacing: 0.04em;
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

.backBtn {
    background: url(/UserFiles/Image/navigation/back-to-main.jpg);
    background-repeat: no-repeat;
    background-color: #fff;


}
.forwardBtn {
    background: url(/UserFiles/Image/navigation/forward.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #fff;

}

/*---------positioning of Buttons--------*/

.backToMainBtn
{
    position: absolute;
    top:70px;
   right:20px;
}
.LoginYoung
{
    position: absolute;
    top:200px;
    right:20px;
}
.backToLast
{
    float: left;
    margin: 20px 0px 0px 0px;
    color: #fff !important;
}
.backToLast a
{
    color: #fff !important;
    
    
}
.backToMainBtn a:hover, .backToLast a:hover, .vote a:hover 
{
    color: #fff !important;
    
    
}
.vote
{
    float: left;
    margin: 20px 0px 0px 0px;
}
.prev
{
    float: left;
    margin: 0px 0px 0px 0px;
}
.next
{
    float: left;
    margin: 0px 0px 0px 0px;
}