#scrollArea {
width: 540px;
height: 262px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fff;
padding-right:30px;
}

#scrollArea p{ font-size:11px; line-height:16px; color:#666; margin:0; padding:0 0 20px 0;}
