@charset "utf-8";
.content_short {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0 20px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:inherit;
	border: 0px dashed #333;
	width: 500px;
	height:145px;
	padding: 10px;
}
}

