#mycustomscroll_press {
/* Typical fixed height and fixed width example */
clear:both;
width:225px;
height:343px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding:0px 5px;
padding-left:28px;
}

#mycustomscroll_info {
/* Typical fixed height and fixed width example */
width: 563px;
height: 343px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding:0px 5px;
padding-left:0px;
font-size:12px;
}
#mycustomscroll_info02 {
/* Typical fixed height and fixed width example */
width: 563px;
height: 383px;
overflow: hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding:0px 5px;
padding-left:0px;
font-size:12px;
}
#mycustomscroll_member {
/* Typical fixed height and fixed width example */
width: 855px;
height: 375px;
overflow: hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
font-size:12px;
}

#mycustomscroll_comp {
/* Typical fixed height and fixed width example */
clear:both;
width:200px;
height:333px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding:5px;
font-size:12px;
border:1px solid #666;
}
#mycustomscroll_c_info {
/* Typical fixed height and fixed width example */
width: 593px;
height: 343px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding:0px 5px;
padding-left:30px;
font-size:12px;
border:1px solid #666;
margin-left:20px;
_margin-left:10px;
}

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


