table.person {
 width:100%;
 margin-bottom:10px;
 margin-top:15px;
}
html>body table.person {
	margin-top:0px;
	margin-bottom:0px;
}

table.person td.person_title {
	padding-bottom:5px;
}

table.person td.person_content {
	padding-bottom:12px;
	
	background-image:url("../images/bottom_Xx1.gif");
	background-repeat:repeat-x;
	background-position:bottom;
}

div.person_image {
	float:left;
}

div.person_text {
 margin-bottom:8px;
}

div.person_mail, div.person_phone, div.person_image {
	display:inline;
}

div.person_image {
	margin-left:10px;
}

div.person_image img {
	margin-right:8px;
}

div.person_mail img, div.person_phone img {
 margin-right:4px;
}
