#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 365px;
	height: 370px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #F5F5F5;
	margin: auto;
	padding: 15px;
	font-family: Palatino, Times, "Times New Roman", serif;
	font-size: 13px;
}
