fieldset {
	border: 0;
	outline: 0;
}
label.left {
	float: none;
	margin: 0;
}
input.text, textarea {
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding: 3px 3px;
}
#PageCommentInterface_Form_PostCommentForm {
	margin-bottom: 30px;
	margin-left: 20px;
}
#PageCommentInterface_Form_PostCommentForm fieldset {
	margin-top: 15px;
}
textarea {
	width: 450px;
	max-width: 620px;
	height: 150px;
}
input.action {
	cursor: pointer;
}
