#comment-header {
	margin:20px 0 0 0;
	padding:3px 0 3px 6px;
	background-color:#000;
}

h5.comments {
	color:#FFF;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:13px;
	float:left;
}

#comment-section .comment {
	background-color:#203547;
	border-bottom:1px solid #091A29;
	border-top:1px solid #555;
	padding:10px;
	color:#FFF;
}

#comment-section .reply {
	padding:10px 10px 10px 30px;
}

#comment-section .comment h6 {
	font-size:12px;
	color:#BBB;
	padding:8px 0 0 0;
}

#comment-section .comment h6.sean {
	color:#6F6;
}

#comment-section .comment h6.trusted {
	color:#F63;
}

#comment-section .comment-pages {
	background-color:#203547;
	padding:6px 10px;
	border-top:1px solid #555;
	text-align:right;
}

#comment-section .response {
	background-color:#203547;
	padding:6px 10px;
}

/*form stuff*/
#comment-section .response label {
	width:90px;
	display:block;
	margin:0 0 5px 0;
	float:left;
}

#comment-section .textinput {
	margin:0 0 5px 0;
	width:170px;
}

#comment-section textarea {
	width:300px;
	height:100px;
	margin:0 0 5px 0;
}

#comment-section .button {
	margin:0 0 0 90px;
	_margin:0 0 0 94px; /*IE6 fix*/
}