@charset "utf-8";


#news .content
{
	margin-top:10px;
}

#news .date
{
	color:#999999;

}

#news .title
{
	margin-top:20px;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

#news .more
{
	margin-bottom:30px;
	margin-top:10px;
	text-align:right;
	padding-bottom:10px;
	background-image:url(../images/dotline.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	font-weight:bold;
}


#news dt {
	float:left;
	width:100px;
	margin-bottom:20px;
}

#news dd{
	margin-bottom:20px;
}

#news .addCommentTitle {
	margin-top:30px;
	font-weight:bold;
	font-size:12px;
}

#news .commentForm{
	margin-top:10px;
}

#news input{
	width:300px;
	border:1px #333333 solid;

}

#news textarea {
	width:400px;
	border:1px #333333 solid;
}

#foo-input {
	margin-left:100px;
	margin-top:10px;
}

#submit {
	width:100px!important;
}

#news .commentTitle
{
	font-weight:bold;
	margin-top:10px;
}

#news .errors {
	color:red;
}


#news .comment {
	background-image:url(../images/dotline.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:20px;
}