.border {
	border: 1px solid #ea529d;
}.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ea529d;
	border-right-color: #ea529d;
	border-bottom-color: #ea529d;
	border-left-color: #ea529d;
}
.header {
	font-size: 14px;
	font-weight: bold;
}
.lineh {
	line-height: 16px;
}

