@charset "utf-8";

.fvCommunityNewsList {
	padding: 0 !important;
	margin-left: 0px !important;
}
.fvCommunityNewsList li, .fvCommunityNewsList li:before {
	list-style: none !important;
	content: "" !important;
}
.fvCommunityNewsList li strong {
	display: block;
}
.fvCommunityNewsList li small {
	font-size: .8em;
	font-style: normal;
	letter-spacing: 1px;
	margin-left: 3px;
}

#fvCommunityNewsForm {margin:0px; padding:0px; width:100%; margin-bottom:10px;}

#fvCommunityNewsForm label {
	display: block;
	font-weight: bold;
	padding: 0;
}
#fvCommunityNewsForm label em {
	color: #F3AE00;
	font-style: normal;
	font-weight: normal;
}
#fvCommunityNewsForm input, #fvCommunityNewsForm textarea {
	color: #333;
	background: #fff;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border: none !important;
}
#fvCommunityNewsForm input:focus, #fvCommunityNewsForm textarea:focus { border-color: #b4b4b4 #cbcbcb #cbcbcb #b4b4b4; }
#fvCommunityNewsForm input.error, #fvCommunityNewsForm textarea.error { border-color: #e40000 #fb0000 #fb0000 #e40000; }
#fvCommunityNewsForm input.error:focus, #fvCommunityNewsForm textarea.error:focus { border-color: #c40000 #db0000 #db0000 #c40000; }
#fvCommunityNewsForm textarea { height: 50px; }
#fvCommunityNewsSubmit {
	width: auto !important;
	display: block;
	margin-top: 4px;
}
#fvCommunityNewsForm small a {
	outline: none !important;
}
#fvCommunityNewsErrorResponse { color: #e40000; }
#fvCommunityNewsCaptchaReloadLink {font-size:11px; font-weight:bold;}
#fvCommunityNewsCaptchaReloadLink a {color:#F3AE00 !important;}
