#content #news-page .article h2 {
	margin: 0.5em 0 0.2em 0;
  font-size: 16px;
}

#content #news-page .article p.meta {
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  margin: 0 0 0.5em 0.5em;
  padding: 0;
}

#news-page .article {
  color: #333;
  border-bottom: 1px dashed #999;
  padding: 5px 0;
}

#article_excerpt {
  height: 75px;
}

#article-preview-wrapper {
  float: right;
  width: 400px;
  padding-top: 8px;
}

#article-preview {
  margin: 5px 0 0 0;
  border: 1px dashed #ccc;
  padding: 10px;
  color: #333;
}

#article-preview h2 {
  color: #333;
  text-transform: none;
  font-size: 18px;
  line-height: 1.4em;
}

#article_form #article_title {
  width: 330px;
}

#article_form textarea {
  width: 330px;
}
