.comment {
	padding: 20px;
	background-image: url(images/background_comment.jpg);
	background-repeat: repeat-x;
}
.article .date {
	visibility: hidden;
	display: none;
}
form .comment_author {
	float: left;
	width: 49%;
}
#new-comment h3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
form .comment_email_address {
	float: right;
	width: 49%;
}
.article .footer span {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float: left;
	width: 120px;
	height: 15px;
	line-height: 15px;
	margin-right: 1px;
}
.article .footer a {
	display: block;
	color: #FFFFFF;
	padding-left: 7px;
	text-decoration: none;
}

.article .header span, .comment .header span {
	font-family: Arial, Helvetica, sans-serif;
	color: #6699CC;
}
.comment .number {
	font-size: 300%;
	position: absolute;
	left: -70px;
}
.comment .reply {
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
}
.comment .header {
	position: relative;
	color: #CCCCCC;
}
.comment .body {
	clear: left;
}
a {
	color: #0059a3;
}
.article .body {
	padding-bottom: 10px;
	padding-top: 5px;
}
.article .header {
	color: #CCCCCC;
}
.article .header h2 {
	font-size: 230%;

	padding-bottom: 5px;
	margin-bottom: 5px;
}
.article {
	padding-bottom: 40px;
}


#comment_author,
#comment_email_address,
#comment_body {
	width: 100%;
}
#flash p {
	margin: 0;
}
#flash p.msg {
	font-size: 1.5em;
	color: #000;
}