#img_profile {
	width: 230px;
}
#txt_profile {
	width: 270px;
	margin-left: 15px;
}
#txt_profile p {
	margin-bottom: 10px;
}
#auth_name {
	font-weight: bolder;
	color: #d47171;
}
dd{
	display:inline-block;
}
#profile_table {
	background-color: #ffe3df;
	margin-bottom: 15px;
}
#profile_table td{
	background-color: #ffffff;
	padding: 3px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
#profile_table th{
	padding: 3px;
	font-size: 12px;
	text-align: left;
	color: #d47171;
	background-color: #FFFFFF;
}
.a_name{
background-color:#FFE3DF;
color:#D47171;
font-weight:bolder;
margin-bottom:10px;
padding:3px;
}

