/* Member poem style */

.member-poem {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #000077;
	background-image: url("image/mp-pinky-background.gif");
	border-radius: 5px;
	box-shadow: 0 0 5px #a0a0a0;
	padding: 15px;
}

.mp-title {
	font-size: 170%;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
	border-bottom: 1px dotted #bedaf5;
	margin: 0;
	text-shadow: 2px 2px 1px #c0c0c0;
}

.mp-icons {
	float: right;
	padding-top: 10px;
}

.mp-body {
	margin: 15px 0 20px 0;
}

.mp-content {
	font-style: italic;
	text-shadow: 1px 1px 2px #c0c0c0;
	line-height: 140%;
}

.mp-operations {
	background-color: #ffffbb;
	border-radius: 2px;
	box-shadow: 1px 1px 1px #c0c0c0;
	padding: 2px;
	margin: 0 0 5px 5px;
	display: inline-block;
	float: right;
}

.mp-comment {
	margin: 10px 0 0 0;
}

.mp-thanks {
	margin: 0 0 5px 0;
	background-color: #ffeaff;
}

.mp-info {
	border-top: 1px dotted #bedaf5;
	color: #707070;
	margin: 0;
	padding-top: 2px;
}
