/* Styling for signup forms, login forms,contact forms ie forms whose fields are common and where vertical space is not an issue. */
.newsletterSignupForm
{
	margin: 20px 0 0 0;
}

.newsletterSignupForm label
{
	display: block;
	font-size: 1.1em;
	color: #333333;
}

.newsletterSignupForm input.text
{
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	font-size: 1.4em;
	padding: 5px;
	vertical-align: middle;
	color: #333333;
	width: 200px;
}
