/* Tiny Scrollbar */

.viewport { 
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.commonpopup .viewport {
     height: 640px;
    background-color: #fff;
}

.overview {
    list-style: none;
    position: absolute;
    left: 0; 
    top: 0;
    padding: 0;
    margin: 0;
}
.scrollbar ,.answer-box .scrollbar{ 
    background: -moz-linear-gradient(left,#8A8A8A,#636363);
    background: -webkit-linear-gradient(left,#8A8A8A,#636363);
    background: -ms-linear-gradient(left,#8A8A8A,#636363);
    background: -o-linear-gradient(left,#8A8A8A,#636363);
    position: relative;
    background-position: 0 0;
    float: right;
    width:4px;
    border-radius: 2px;
    z-index: 3;
    margin-top: 50px;
}

.commonpopup .scrollbar {
    margin-top: -640px;
}

.commonpopup .track {
    width: 8px;
}

.commonpopup .thumb {
    width: 8px;
    left: 0;
}


.track ,.answer-box .track { 
    background-color:#CDD0D5; 
    height: 10px;
    width:100%;
    position: relative;
    padding: 0 1px;
    border-radius: 2px;
}
.thumb ,.answer-box .thumb{ 
    background-color: #333333;
    height: 10px ; 
    width: 28px; 
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -11px;
}
.thumb .end ,.answer-box .thumb .end{
    background: transparent no-repeat 50% 0;
    overflow: hidden;
    height: 5px;
    width: 25px; 
}
.disable,.answer-box .disable { 
    display: none; 
}

.answer-box .viewport { 
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.answer-box .overview {
    list-style: none;
    position: absolute;
    left: 0; 
    top: 0;
    padding: 0;
    margin: 0;
}