@import url(../css/form.css);

/* Results Listing */
.list {
	margin: 0 !important;
	padding: 0 !important;
	}
.list li {
	padding: 0 !important;
	margin: 0 !important;
	border-top: 1px solid #eee;
	background-image: none !important;
	}
.list h3 {
	margin: .7em 0 .6em 0;
	}		
.list h3 em {
	font-weight: normal;
	font-size: 83.3%;
	color: #666;
	}	

h2 em {
	font-weight: normal;
	font-size: 70.3%;
	color: #666;
	display: block;
	padding-top: .3em;
	}		

/* Filter Bar */	
.filterbar-outer {
	line-height: 2.5em;
	background: url(../library/bg-filter-bottom.png) no-repeat bottom; 
	margin: 20px -25px 25px -15px;
	width: 580px;
	}
.filterbar {
	line-height: 2.5em;
	background: url(../library/bg-filter-top.png) no-repeat top;
	clear: both;
	padding: 3px 5px 8px 15px;
	width: 560px;
	}

.filterbar fieldset {
	position: relative;
	}
.filterbar legend {
	display: none;
	}
.filterbar input {
	margin-left: 4px;
	}
.filterbar input {
	position: absolute;
	bottom: .4em;
	}		
	
.mod-event h2 {
	padding-right: 50px;
	}		