

.service_txt  p{
width:460px;
font-size:13px;
line-height:22px;
padding:0 0 0 0;
     }



#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 530px;
height: 199px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin:37px auto ;
padding: 1px;
}




.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 450px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

