@charset "utf-8";
/**
*		Add the CSS in your style.css!
*		Note that this file will be overwritten while updating.
*/
p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
ul.fvCommunityNewsList {
padding:0px;
margin:0px;
list-style:none;
}
ul.fvCommunityNewsList li, .fvCommunityNewsList li:before {
list-style:none;
font-size:12px;
border-bottom:1px dotted #aaa7a4;
padding:0px 0 7px 0;
margin:10px 0 0px 0;
}
ul.fvCommunityNewsList li strong {
display: block;
}
ul.fvCommunityNewsList li span{
font-size:11px;
color:#8F8F8F;
padding:0 0 0 10px;
}
ul.fvCommunityNewsList li p {
padding:0px;
margin:0px;
color:#696760;
line-height:19px;
}
ul.fvCommunityNewsList li small {
font-size:10px;
font-style: normal;
color:#f14d27;
}
#fvCommunityNewsForm{
background-color:#fff;
height:250px;
padding:10px 0 10px 10px;
}
#fvCommunityNewsForm label {
display: block;
color: #4F4F4F;
font: 11px Verdana, Geneva, sans-serif;
padding: 4px 10px 1px 12px;
width:95px;
float:left;
}
#fvCommunityNewsForm label em {
color:#666666;
font: 12px Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
}
#fvCommunityNewsForm input, #fvCommunityNewsForm textarea {
width:330px;
float:left;
font: 11px Verdana, Geneva, sans-serif;
padding:5px 2px;
color: #333;
background: #fff;
margin:4px 0 0 0;
background-color:#FFFFFF;
border:1px #CCCCCC solid;
border-left:3px #CCCCCC solid;
}
#fvCommunityNewsForm input:focus, #fvCommunityNewsForm textarea:focus {border:1px #CCCCCC solid;
border-left:3px #000 solid; }
#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;
clear:both;
cursor:pointer;
}
#fvCommunityNewsForm small a {
outline: none !important;
}
#fvCommunityNewsErrorResponse { color: #e40000; width:200px; float:left; font-size:12px; clear:both; padding:5px 0 0 116px;}
