/*
 *
 * Comments
 *
 */
div#comments {
	font: normal 100% "Verdana", "Arial", "Helvetica", "sans-serif";
	margin: 10px 0;
	padding: 10px 0 0;
	clear: both;
}
	div#comments div.comment-name {
		margin: 10px 0 0;
	}
	div#comments div.comment-date {
		margin: 5px 0 0;
	}
	div#comments div.comments-none {
	}
	div#comments div.comment {
		padding: 5px 0 15px;
		font-style: italic;
		border-bottom: 1px dashed #cfcfcf;
	}
div#comments-thanks {
	font-weight: bold;
	margin: 0 0 15px;
}
form#comments-post {
	margin: 0 0 10px;
	border-top: 1px dashed #cfcfcf;
	border-bottom: 1px dashed #cfcfcf;
}
	form#comments-post table {
		width: 100%;
		border-collapse: collapse;
		margin: 0 0 10px;
	}
		form#comments-post th {
			background-color: #ddd;
			font-size: 90%;
			font-weight: bold;
			color: #000;
			border: 1px solid #cfcfcf;
			padding: 5px;
			text-align: center;
		}
		form#comments-post td {
			font-size: 90%;
			font-weight: normal;
			color: #000;
			border: 1px solid #cfcfcf;
			padding: 5px;
			background-color: #fff;
		}
			form#comments-post td.label {
				width: 20%;
				vertical-align: top;
				background-color: #eee;
			}
			form#comments-post td.submit {
				text-align: center;
			}
		form#comments-post input, 
		form#comments-post textarea {
			font: normal 110% "Verdana", "Arial", "Helvetica", "sans-serif";
			width: 98%;
		}
		form#comments-post textarea {
			height: 80px;
		}
			form#comments-post td input.submit {
				width: 120px;
			}
