div#comments, div#discuss {
	overflow: hidden;
	padding: 20px;
	padding-left: 0;
}

/* Comments */
div#comments {
	clear: both;
	background: #e3e4e5;
	width: 100%;
	}
	div#comments h2, div#discuss h2 {
		margin-left: 260px;
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 0;
	}
	div#comments p.skip {
		margin-left: 260px;
		font-weight: bold;
		color: #666;
		margin-bottom: 20px;
	}
	div.comment {
		background: #cccdcf url(images/comment_bg.gif) top left repeat-y;
		margin: 0 180px 20px 20px;
		width: 760px;
		}
		div.comment > div {
			overflow: hidden;
			background: url(images/c_lightgray_mediumgray_se.gif) bottom right no-repeat;
		}
		div.comment.last-child { margin-bottom: 0; }
		div.comment .info {
			float: left;
			max-width: 220px;
			padding: 20px;
			color: #fff;
			background: url(images/c_lightgray_black_nw.gif) top left no-repeat;
		}
		div.comment .info h3 { font-size: 16px; line-height: 20px;}
		div.comment .info a { color: #fc9; }
		div.comment .info a:hover { color: #ff9; }
		div.comment .content {
			margin-left: 220px;
			padding: 20px;	
}

/* Discussion form */
div#discuss {
	clear: both;
	background: #cccdcf;
	width: 100%;
	}
	div#discuss form {
		display: inline;
		float: left;
		background: #b3b5b8 url(images/comment_bg.gif) top left repeat-y;
		width: 760px;
		margin-left: 20px;
	}
	div#discuss h2 { margin-bottom: 20px; }
	div#discuss ul {
		background: url(images/c_mediumgray_black_nw.gif) top left no-repeat;
	}
	div#discuss li {
		overflow: hidden;
		padding: 20px 20px 0 20px;
		margin: 0;
		width: 100%;
	}
	div#discuss li.last-child {
		padding-bottom: 20px;
		background: url(images/c_mediumgray_darkgray_se.gif) bottom right no-repeat;
	}
	div#discuss label {
		font-size: 16px;
		color: #fff;
		font-weight: bold;
		float: left;
		width: 180px;
		margin-right: 40px;
	}
	div#discuss label a { color: #fc9; }
	div#discuss label a:hover { color: #ff9; }
	div#discuss input[type=text], div#discuss textarea {
		float: left;
		width: 400px;
		display: inline;
	}
	div#discuss label small {
		display: block;
		font-size: 11px;
		font-weight: normal;
	}
	div#discuss p.turing {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 8px;
	}
	div#disclaimer {
		float: left;
		margin: 20px;
		width: 140px;
	}
	div#disclaimer h3 {
		font-size: 16px;
		margin-bottom: 8px;
	}
	div#disclaimer p {
		margin-bottom: 8px;
	}
	p.closed {
		margin-left: 260px;
}