#info_general,
#info_members {
	width:285px;
}
#info_general table,
#info_members table {
	color: #555555;
	width:285px;
	padding-top:5px;
	font: 11px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;

}
#info_general img,
#info_members img{
	margin: 0px 5px 5px 0px
}
.info_members_body {
 overflow-y:auto;
 overflow-x:hidden;
 width:350px;
 max-height:430px;
 height: expression(this.scrollHeight > 430 ? "430px" : "auto" ); 
	margin: 10px 0px 0px 0px;
}

.paddR10 {
	padding-right:5px;	
}
.paddTR10 {
	padding-right:5px;	
}
.paddR5 {
	padding-right:5px;	
}
.paddT5 {
	padding-top:5px;
}
.bullet_blue { 
	background: url("images/bullet.gif") no-repeat center;
}

.left{
	float:left
}
.right {
	float:right
}
