

#comments {
	background: #ebf2fb;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 10px;
}
	#commentsHeader { height: 34px; background: url(../_images/comments/bg-comments-header.gif) 0 0 repeat-x; }
		#commentsHeader h6 { float: left; height: 34px; padding: 0  0 0 12px; font-size: 1.2em; font-weight: bold; color: #ebf2fb; background: url(../_images/comments/bg-comments-header-left.gif) 0 0 no-repeat; }
			#commentsHeader h6 span { float: left; height: 28px; display: block; padding: 6px 15px 0 0; background: url(../_images/comments/bg-comments-header-right.gif) right top no-repeat; }
		
	#commentsMain { padding: 12px; }
		#infoRules { font-size: .8em; color: #f36f24; }
			#infoRules a { padding: 0 15px 0 0; color: #f36f24; background:transparent url(../_images/bullet-3.gif) no-repeat scroll right center; }
			
	.comment { margin: 20px 0 0 0; background: url(../_images/comments/bg-comment-top.gif) 0 0 no-repeat; }
		.commentTitle { padding: 10px 10px 2px 10px; font-size: 1.1em; font-weight: bold; color: #069; }
		.commentText { padding: 0 10px 2px 10px; color: #333; }
		.commentFooter { height: 17px; padding: 20px 70px 0 0; font-style: italic; text-align: right; background: url(../_images/comments/bg-comment-bottom.gif) left bottom no-repeat; }
			.commentFooter span { padding: 0 0 0 10px; background:transparent url(../_images/bullet-2.gif) no-repeat scroll 0 6px; }
			
	#comment-form { margin: 20px 0 0 0; }
		#comment-form h4 { color: #0089D2; font-size: 1.4em; font-weight:normal; line-height: 1.3em; }
		#comment-form label { margin: 10px 0 0 0; display: block; color: #666; }
		#comment-form fieldset { margin: 10px 0 0 0; color: #666; }
		#comment-form .captchaImage { padding: 10px 0 0 0; }
		#comment-form .captchaDescription { font-size: .9em; }
		#comment-form .form-required { color: #f00; }
		#comment-form .form-text { width: 425px; }
		#comment-form .form-text2 { width: 145px; }
		#comment-form .form-textarea { width: 425px; height: 220px }
		#comment-form .comment-form-buttons { padding: 10px 0; }

