@charset "utf-8";
/* CSS Document */

#comments {
	width: 400px;
}

#comment_form {
	width: 95%;
	font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
}

#comment_form fieldset {
	border: 3px double #999;
}

#comment_form fieldset legend {
	border: 1px solid #999;
	padding: 3px;
	background-color: #EEE;
	color: #333;
}

input#username, input#IP {
	border: 0;
	color: #999;
	width: 9em;
}
input#IP {
	width: 6em;
}

#comment_form label {
	color: #666;
}

textarea#txtCommentEntry {
	width: 95%;
	border: 1px solid #CCC;
	color: #666;
	height: 8em;
}

input#btnPost {
	border: 1px solid #AAA;
	padding: 3px;
	background-color: #EFEFEF;
	color: #999;
}

#comment_list {}

.comment {
	margin-top: 4px;
	border-bottom: 1px dashed #999;
}

.mine {
	background-color: #FFC;
}

.comment h4 {
	background-color: #999;
	color: #333;
	color: white;
}

.mine h4 {
	background-color: #997;
}

.theComment {
	padding: 0px 4px;
}
.comment .timestamp {
	font-style: italic;
	color: #AAA;
}
