.ozforum-widget {
	font-size: 12px;
}
.ozforum-widget .widget-element {
	display: table;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	padding-bottom: 8px;
	width: 100%;
}
.ozforum-widget .widget-avatar,
.ozforum-widget .widget-content {
	display: table-cell;
	vertical-align: top;
}
.ozforum-widget .widget-avatar {
	width: 40px;
}
.ozforum-widget .widget-avatar img {
	border-radius: 50%;
	margin: 5px 10px 0 0;
}
.ozforum-widget .post-link,
.ozforum-widget .post-author,
.ozforum-widget .post-excerpt,
.ozforum-widget .post-date {
	display: block;
	margin: 0;
}
.ozforum-widget .post-excerpt {
	margin: 5px 0px;
}
.ozforum-widget .highlight-admin, .ozforum-widget .highlight-admin a {
	color: #e00000 !important;
}
.ozforum-widget .highlight-moderator, .ozforum-widget .highlight-moderator a {
	color: #099922 !important;
}
.ozforum-widget .post-link a,
.ozforum-widget .post-author a {
	text-decoration: none;
}
.ozforum-widget .post-link a:hover,
.ozforum-widget .post-author a:hover {
	text-decoration: underline;
}
.ozforum-widget .post-date {
	font-style: italic;
}
.ozforum-widget .post-author,
.ozforum-widget .post-date {
	font-size: 11px;
}

.ozforum-widget-search form {
	position: relative;
}
.ozforum-widget-search input[type=search] {
	background: #f7f7f7;
	border: 1px solid #d1d1d1;
	border-radius: 0;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
	height: 35px;
}
.ozforum-widget-search button {
	background: #256db3;
	border: 0;
	border-radius: 0;
	color: #fff;
	padding: 0;
	bottom: 0;
	right: 0;
	top: 0;
	overflow: hidden;
	position: absolute;
	width: 35px;
	height: 35px;
}
/*# sourceMappingURL=widgets.css.map */