/* CSS Document */

form#PageCommentInterface_Form_PostCommentForm {
	border: 0px;
	margin-left: 15px;
}

form#PageCommentInterface_Form_PostCommentForm fieldset {
	border: 0px;
}

form#PageCommentInterface_Form_PostCommentForm label {
	font-size: 1.2em;
	font-style: italic;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

form#PageCommentInterface_Form_PostCommentForm input.text,
form#PageCommentInterface_Form_PostCommentForm textarea,
form#PageCommentInterface_Form_PostCommentForm select {
	border: 1px solid #999;
	width: 400px;
	padding: 3px;
	font: bold 1.2em Arial, Helvetica, Verdana, sans-serif;
	color: #333;
}

#PageComments_holder h4 {
	color:#14C600;
	font: bold 1.6em Arial, Helvetica, Verdana, sans-serif;
}

form#PageCommentInterface_Form_PostCommentForm .Actions {
	position: relative;
	clear:both;
	width: 415px;
	height: 50px;
}

form#PageCommentInterface_Form_PostCommentForm .Actions input {
	font: bold 1.6em Arial, Helvetica, Verdana, sans-serif;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	right: 0px; 
}