/* This formats our minimum results */

.member_listing{
	margin: 50px;
	}

#box_background {
position: relative;
top: 0px;
left: 0px;
height: 160px;
width: 270px;
background-color:#507070;
z-index:1;
float:left;
margin: 2px 2px 2px 2px;
}

#box_data {
position: relative;
top: 20px;
left: 5px;
height: 135px;
width: 260px;
background-color:white;
z-index:2;
}

/* This formats our full results */

#smbr_box_background {
position: relative;
top: 0px;
left: 0px;
height: 360px;
width: 510px;
background-color:#507070;
z-index:1;
float:left;
margin: 2px 2px 2px 2px;
}

#smbr_box_data {
position: relative;
top: 5px;
left: 5px;
height: 325px;
width: 500px;
background-color:white;
z-index:2;
}
#mmbr_box_background {
position: relative;
top: 0px;
left: 0px;
height: 475px;
width: 525px;
background-color:#507070;
z-index:1;
float:left;
margin: 2px 2px 2px 2px;
}

#mmbr_box_data {
position: relative;
top: 5px;
left: 5px;
height: 425px;
width: 500px;
background-color:white;
z-index:2;
}