/* ENEWS SIGNUP */

input.enews {
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ffffff;
	margin: 0;
	padding: 3px;
	width: 120px;
	
	font-size: 11px;
}
input.labelHighlight { color: #878789; }

input.enews_submit {
	background: transparent;
	background-image:url('sprite.png');
	background-position: -665px -34px;
	width: 38px;
	height: 23px;
	border: 0;
	text-indent: -9999px;
}

/* COMMENTS */

#comments textarea {
	width: 629px;
	height: 120px;
	padding: 10px;
}

#comments input.submit {
	width: auto !important;
}

/* LOGIN */

#login label {
	display: block;
	width: 200px;
	height: 15px;
	margin: 0 0 5px 0;
}

#login input {
	width: 200px;
}
#login input.red_border {
	border: 1px solid #ff0000;
}
#login input.submit {
	width: auto !important;
}

/* CONTACT */

#contact input.contact_input {
	width: 300px;
	margin: 5px 0 5px 0;
}
#contact textarea {
	width: 639px;
	height: 150px;
	margin: 5px 0 5px 0;
}