@charset "utf-8";
/* CSS Document */

#flex {
background: none;
overflow: auto;
margin: 0 auto;
padding: 0 20px 0 0;
border: none;
position: relative;
outline: none;
width: 400px;
height: 415px;
cursor: auto;
float: left;
}

#flex p {
cursor: text;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0;
left: 0;
}

.vscrollerbase {
width: 10px;
background: url(scroller-bg.png) repeat-y;
cursor: pointer;
}

.vscrollerbar {
width: 10px;
background-color: #990000;
}

.hscrollerbase {
height: 10px;
background-color: white;
}

.hscrollerbar {
height: 10px;
background-color: white;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto;
left: auto;
bottom: 0;
right: 0;
background-color: white;
}