#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 383px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	margin-top: 10px;
	background-color: #edf4e6;
}
