.textbox
{
    width: 97%;
    height: 125px;
    position: relative;
	margin-top: 2px;
    background-repeat: repeat;
    overflow: hidden;
    /*border: 1px solid #d1d7d4;*/
    padding: 0px;
}
.textbox_2
{
    background-image: url('../images/bg_img2.png');
}

.textbox_bottom2
{
    float: right;
}

.text
{
    height: 90%;
    overflow: hidden;
    width: 100%;
}
.text div
{
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
}
.scrollbarcont
{
    position: absolute;
    right: 0px;
    top: 0px;
    width:17px;
    height: 100%;
    background-image: url('../images/bg_img1.png');
    background-repeat: repeat;
    text-align: center;
}
.textbox_2 .scrollbarcont
{
    background-image: url('../images/bg_img2.png');
}
.scrollbar
{
    position: absolute;
    right: 0px;
    top: 16px;
    width:16px;
    height: 92px;/*textbox.height-scrollbar.top-scrollbar.bottom*/
    /*background-color: #0f0;*/
    /*background-image: url('../images/scrollcenter.png');
    background-repeat: repeat-y;*/
}
.circle
{
    position:absolute;
    width: 14px;
    height: 33px;
    background-image: url('../images/circle.png');
}
.arrowtop
{
    position:absolute;
    width: 15px;
    height: 15px;
    top: 0px;
    background-image: url('../images/arrowtop.png');
    cursor: pointer;
}
.arrowbottom
{
    position:absolute;
    width: 15px;
    height: 15px;
    bottom: 0px;
    background-image: url('../images/arrowbottom.png');
    cursor: pointer;
}

a.three_header_link, a.three_header_link:visited, a.three_header_link:hover, a.three_header_link:active {
    font-family: "Trebuchet MS",Arial,Helvetica,Sans-Serif;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}