@charset "utf-8";

#msg{
	padding: 120px 30px 30px;
	background: #FFF5E3 url(/greeting/img/mark.png) center 25px no-repeat;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 3px 3px rgba(0,0,0,0.2);
}
#lead-msg{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.face{
	margin-top: 35px;
	margin-bottom: 10px;
}
.name{
	font-size: 18px;
	font-weight: bold;
}
.comment{
	padding: 15px;
	background-color: #DFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 3px 3px rgba(0,0,0,0.2);
}
#tbl-profile{
	margin-top: 30px;
}