/* CSS Document */

.preview {
	float: left;
	width: 300px;
	margin: 4px;
	border: 1px solid #CC9933;
	background: #FFFAEF;
	padding: 2px;
}

.preview-name {
	background: #EBD6AF;
	padding: 2px 0 2px 0;
}

.preview-name a {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

.preview-text {
	color: #333;
}

.preview-more {
	background: #EBD6AF;
	text-align: right;
}
.preview-more a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	
}