#mycustomscroll {
	/* Typical fixed height and fixed width example */

overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/

position: relative;
	margin: 0.3em auto;
	padding: 15px;
	width:300px;
	float:left;
	height:140px;
	margin-left:5px;
	margin-right:30px;
	display:inline;

	

}



#mycustomscroll p {
	color:#6A767B;
	line-height: 22px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;

	

}



#mycustomscroll2 {
	/* Typical fixed height and fixed width example */

overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/

position: relative;
	width:845px;
	float:left;
	height:70px;
	margin-left:33px;
	margin-right:15px;
	display:inline;
	margin-top: -1px;
	margin-bottom: 1px;

}





.fixedwidth {

/* a wide div is used for creating horizontal scrollbars for demonstration purposes */

width: 1500px;

height: auto;

position: relative;

color: black;

padding: 1px;

}
