#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 95%;
height: 100%;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0px auto;
padding-top:0px;
}

#mycustomscroll p{
color:#FFFFFF;
}
#mycustomscroll1 {
/* Typical fixed height and fixed width example */
width: 90%;
height: 30px;
overflow: hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0px auto;
padding: 15px;
padding-top:0px;
padding-bottom:0px;

}
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0px auto;
padding: 15px;
padding-top:0px;
padding-bottom:0px;
}

