body {
	font-family: sans-serif;
	font-size: 12px;

}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 350px;
height: 370px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin-top:30px;
margin-left:20px; 
color:#fff;

padding: 15px;
}

.texthightelter{ background-color: #494949; color:#FFF;}
