.comment {
	list-style:none;
	margin:20px;
	background-color:#dfdfdf;
	padding:2px 4px;
}

#form_comment {
	position:relative;
	display:block;
}

#form_comment li {
	list-style:none;
}

.form_comment #id_email, .form_comment #id_name, .form_comment #id_url {
	left:130px;
	position:absolute;
}

.form_comment #id_honeypot {
	display:none;
}

label[for="id_honeypot"] {
	display:none;
}

#form_comment textarea {
	width:500px;
	display:block;
}


