/* GENERAL STYLES */
.blog
{
	width: 525px;
}

.blog .share
{
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-top: solid 1px #DFDFDF;
	border-bottom: solid 1px #DFDFDF;
	margin: 20px 0px;
}

.blogCommentsContainer
{
	width: 515px;
	border: solid 1px #D4D4D4;
        margin-top: 15px; 
}

.blogCommentsContainer .header
{
	height: 38px;
	line-height: 38px;
	text-indent: 10px;
	font-size: 16px;
	background-image: url(/images/commentsHeader.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;	
}

.blogCommentsContainer .comments
{
	width: 505px;
	margin: 5px;	
}

.blogCommentsContainer .comments .commentHeader
{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #EEEEEE;
	text-indent: 10px;
}

.blogCommentsContainer .comments .comment
{
	padding: 10px 15px;
	margin-bottom: 15px;	
}

.blogCommentsContainer .commentForm
{
	background-image: url(/images/commentFormBackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 15px;
}

.blogCommentsContainer .commentForm .name, .blogCommentsContainer .commentForm .email, .blogCommentsContainer .commentForm .commentTB
{
	display: block;
	margin-left: 18px;	
	width: 65px;
	line-height: 28px;
        font-size: 13px;
}

.blogCommentsContainer .commentForm .name, .blogCommentsContainer .commentForm .email
{
	float: left;
}

.blogCommentsContainer .commentForm .blogField, .blogCommentsContainer .commentForm .captcha input
{
	width: 300px;
	height: 28px;
	line-height: 28px;
	border: solid 1px #E6E6E6;
	padding-left: 3px;
	font-size: 15px;
	vertical-align: middle;
}

.blogCommentsContainer .commentForm .error2
{
	display: block;
	margin-left: 83px;
	color: Red;
}

.blogCommentsContainer .commentForm .multi .error2
{
	margin-left: 18px;
}

.blogCommentsContainer .commentForm .captcha input
{
	margin-left: 83px;
}

.blogCommentsContainer .commentForm .captcha img
{
	margin: 0px;
	margin-left: 83px;
}

.blogCommentsContainer .commentForm .captcha span
{
	display: block;
	color: Red;
	width: 300px;
	margin-left: 83px;
	margin-top: 3px;
}

.blogCommentsContainer .commentForm .blogFieldMultiline
{
	width: 477px;
	height: 200px;
	border: solid 1px #E6E6E6;
	margin-left: 18px;
}

.blogCommentsContainer .commentForm .divsplit
{
	margin-bottom: 10px;
}

.blogCommentsContainer .commentForm .commentCheckbox
{
	margin-left: 18px;	
}

.blogCommentsContainer .commentForm .commentSubmit
{
	float: right;
	margin-right: 18px;
	width: 114px;
	height: 25px;
	background-image: url(/images/commentSubmit.jpg);
	border: 0px;	
}

/* EDITOR PROPERTIES */
