div.name{
	height: 60px;
	width: 455px;
	position:relative;
}

div.name p{
	position:absolute;
	top:50%;
	margin-left:85px;
	margin-top:-1.2em;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
}

div.female div.name {
	color: #FFA60C;
	background: url(../work/images/voice_female.gif) no-repeat;

}

div.male div.name {
	color: #81ac56;
	background: url(../work/images/voice_male.gif) no-repeat;

}

#voice p.txt {
	padding: 10px 15px;
	margin-top: 10px;
}

#voice div.female .txt {
	background: #F7E4E4;
}

#voice div.male .txt {
	background: #D4EEF5;
}
