.commentstatus {
	margin: 1.5em 0;
}
h2#comments, h2#respond {
	border-bottom: 0 none;
	border-top: 3px double #a00;
}
ol.comments {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
ol.comments li {
	/*background-color: #000027;*/
	border-bottom: 1px solid #03c;
	border-top: 1px solid #03c;
	display: block;
	margin: 1em 1em 1em 0;
	overflow: hidden;
	padding: .5em;
	width: 95%;
}
ol.comments li.alt {
	border: 0 none;
}

#commentform {
	margin: 0;
}
#commentform label {
	font-size: .9em;
	white-space: nowrap;
}
#commentform input {
	background-color: #eee;
	border: 1px solid #03c;
	width: 40%;
}
#commentform textarea {
	background-color: #eee;
	border: 1px solid #03c;
	width: 95%;
}
#commentform input#submit {
	background-color: #369;
	border: 1px solid #03c;
	color: #eee;
	padding: .1em .25em;
	width: auto;
}