label {
	float: left;
	clear: left;
	width: 150px;
}

input, select {
	margin: 2px;
}

#newsletter input[type=text] {
	width: 180px;
}

#newsletter input[type=submit] {
  float: right;
}

input[type=text], input[type=password] {
	border: 1px solid #ffffff;
	color: #000000;
	height: 14px;
	padding: 4px 0px 4px 4px;
	width: 188px;
	font-size: 12px;
}

select {
	border: 1px solid #ffffff;
	color: #000000;
	height: 22px;
	width: 188px;
	font-size: 12px;
}

input[type=text].error, input[type=password].error, textarea.error {
	color: #000000;
	background: #ffffff url(../img/error.gif) no-repeat right top;
}

textarea {
	font-family: "Trebuchet MS";
	border: 1px solid #ffffff;
	color: #000000;
	padding: 4px 0px 4px 4px;
	width: 188px;
	font-size: 12px;
}