.BlogComments {
        clear: both;
	padding: 15px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	width: 350px;
}

.BlogCommentsEntry {
	width: 350px;
	padding: 15px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	border-top: solid 1px #4db848;
	border-bottom: solid 1px #4db848;
}

.BlogComment {
	clear: both;
}
.BlogComment a {
        font-size: 11px;
}
.BlogComment #blogcomment {
	width: 350px;
	padding: 15px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
.BlogComment #blogcomment label {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}
.BlogComment #blogcomment input.box {
	width: 350px;
}
.BlogComment #blogcomment input {
	font-family: verdana;
	font-size: 11px;
	border:solid 1px #4db848;
}
.BlogComment #blogcomment textarea {
	font-family: verdana;
	font-size: 11px;
	height: 100px;
	width: 350px;
	overflow: auto;
	border:solid 1px #4db848;
}

