
form fieldset {
	width: 220px;
	margin: 7px 0 7px 0;
	border: none;
}
form input.text {
	border: 1px dotted black;
	font-size: 11px;
	color: grey;
	padding: 3px;
	width: 214px;
	margin-bottom: 4px;
	margin-top: 4px;
}
#SignupForm_AfterContent input.action {
	float: right;
}

#Comments {
	position: absolute;
	left: 600px;
	top: 244px;
}
#Comments textarea {
	width: 300px;
	height: 60px;
}
#CommunityForm_CommunityNewsForm fieldset {
	border: none;
	margin-bottom: 30px;
}
#CommunityForm_CommunityNewsForm input, #CommunityForm_CommunityNewsForm textarea {
	border: 1px dotted black;
	color: grey;
	padding: 3px;
	margin-bottom: 4px;
}
#CommunityForm_CommunityNewsForm input.text {
	width: 188px;
}
#CommunityForm_CommunityNewsForm label.left {
	width: 100px;
	color: grey;
	display: block;
	float: left;
}
#CommunityForm_CommunityNewsForm textarea {
	margin-top:30px;
}


input#CommunityForm_CommunityNewsForm_action_sendemail {
	position: absolute;
	left: 842px;
	top: 370px;
	width: 67px;
	height: 22px;
	border: none;
	background: white url(../images/send-button.gif) no-repeat;
}
p.Actions {
	border: none;
}

div.field span.message {
	display: block;
	font-weight: bold;
	margin-bottom: 1em;
}

#HomeEmailUpdates form input.text {
	border: 1px solid #9dccd6;
	color: #666;
	width: 208px;
}
#HomeEmailUpdates form label.left {
	color: #444444;
	text-transform: lowercase;
}

#Form_CategoriesFilter {
	position: relative;
	padding: 2px 10px;
}
	#Form_CategoriesFilter fieldset {
		width: auto;
	}
	#Form_CategoriesFilter .Actions input {
		font-size: 1em;
		position: absolute;
		top: 10px;
		left: 275px;
	}
		#Form_CategoriesFilter .dropdown select {
			width: 140px;
		}
		
	