#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 430px;
	height: 250px;
	font-family: Arial;
	font-size: 13px;
	color: #EDECEB;
	width: 430px;
	margin-left: 295px;
	text-align: justify;
	margin-top: 15px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding: 9px;
}
