
#mycustomscroll {
/* Typical fixed height and fixed width example */
/*width: 300px;*/
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
/*width: 340px;*/
width: 470px;
height: 100px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
font-family:Tahoma;
font-size:11px;
color:#000;
margin-left:12px;
margin-right:12px;
margin-top:12px;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
/*width: 340px;*/
width: 470px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
font-family:Tahoma;
font-size:11px;
color:#000;
margin-left:12px;
margin-right:12px;
margin-top:12px;
text-align:justify;

}

#mycustomscroll10 {
/* Typical fixed height and fixed width example */
/*width: 340px;*/
width: 470px;
height: 380px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
font-family:Tahoma;
font-size:11px;
color:#000;


}

#mycustomscroll11 {
/* Typical fixed height and fixed width example */
/*width: 340px;*/
width: 400px;
height: 249px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
font-family:Tahoma;
font-size:11px;
color:#000;


}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 130px;
height: auto;
position: relative;
color: black;
padding: 1px;
}


