/*Page related styles for you to view*/
#mycustomscroll {
    /* Typical fixed height and fixed width example */
    width: 386px;
    height: 390px;
    overflow: auto;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0 12px 0 0;
}
#mycustomscroll:focus{
    outline:none;
}
