fieldset{
	font-size:14px;
}

#ArticleCommentInterface_Form_ArticleCommentsPostCommentForm legend, #DirectoryCategories legend{
	display:none;
}

#ArticleCommentInterface_Form_ArticleCommentsPostCommentForm .left, #ArticleCommentInterface_Form_ArticleCommentsPostCommentForm .right,  #Form_EmailForm .left, #Form_EmailForm .right, #Form_Form .left, #Form_Form .right {
	float:none;
	margin-bottom: 3px;
}

#Form_EmailForm{
	margin-top:15px;
}

#Form_Form textarea {
	height: auto;
	width: 250px;
}

label{
	display:block;
}

.checkbox label{ 
	display:inline; 
}

input.text{ 
	width:250px;
	margin-bottom:10px;
}

textarea{
	width:400px;
	height:150px;
}

input.text, textarea{
	border:2px solid #aec03d;
	padding:3px;
}

#DirectoryCategories input.text{
	border:none;
	margin:3px 0 3px 0;
	width:294px;
}

input.action{
	margin:10px 0;
	padding:2px 16px 2px 3px;
	border:none;
	background-color:#aec03d;
	color:#fff;
	font:14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	
}

#DirectoryCategories input.action{
	margin:0 0 5px;
	padding:0;
	float:right;
	background-color:transparent;
	font-family:Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	cursor:pointer;
	color:#333;
}
span.required{
	color:#ff0000;
}

