.form-person-body .morePersons .detail-picture {
	position: relative;
	float: left;
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin-bottom: 5px;
}

.form-person-body .morePersons .detail-picture {
	width: 210px;
	height: 250px;
	margin-right: 15px;
}

.form-person-body .morePersons .detail-picture .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-attachment: scroll;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

.form-person-body .morePersons .name {
	color: #004f9e;
	font-size: 21px;
}

.form-person-body .morePersons .detail-text p {
	color: #616161;
	font-size: 18px;
}

.form-person-body {
	position: relative;
	float: left;
	width: 470px;
}

.tableManagers .m_photo {width:15%;}
.tableManagers .m_photo a {display:block;padding-right:10px;}
.tableManagers .m_photo a img {max-width:75px;}
.tableManagers .m_text {width:35%;}

