@import url(../css/form.css);

div.article {
	font-size: 100%;
	display: block;
	padding: 8px 0;
	background: transparent url(../library/bg-mod-news-article.png) no-repeat 0 0;
	}
div.mod-content h2, div.article h2 {
	display: block;
	color: #000;
	font-size: 100%;
	line-height: 1.4em;
	padding: 0;
	}
div.mod-content em, 
div.mod-content span,
div.article h2 em, 
div.article h2 span {
	color: #999;
	font-style: normal;
	font-size: 90.9%;
	}
div.article p.link {
	margin: 0;
	}
p.displaying {
	margin: 20px 0 10px 0;
	color: #000;
	}
.filterbar {
	color: #666;
	background: transparent url(../library/bg-filter-article.png) no-repeat 0 0;
	width: 662px;
	height: 35px;
	padding: 12px 0 0 10px;
	position: relative;
	}
.filterbar legend {
	display: none;
	}
.filterbar input {
	position: absolute;
	top: 9px;
	left: 250px;
	}
.filterbar label {
	color: #666!important;
	}	
