#popup_scroll {
    /* Typical fixed height and fixed width example */
    width: 450px;
    height: 308px;
    overflow: auto;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    background-color:transparent;
    padding: 0 10px 0 0;
    float:left;
}
#popup_scroll:focus{
    outline:none;
}
#page_scroll {
    /* Typical fixed height and fixed width example */
    width: 553px;
    height: 290px;
    overflow: auto;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    background-color:transparent;
    padding: 0 10px 0 0;
    float:left;
}
#page_scroll:focus{
    outline:none;
}