@import url('/styles/forms_common.css');

html {
	margin:0; padding:0;
}
body {
	width: 300px;
	padding: 10px;
	margin:0;
}
	body.contact_form {	
		background-color: #eaead7; 	
		font: 100%/1.4em Verdana, Arial, Helvetica, sans-serif;
	}
	body.newsletter_form {	
		font: 100%/1.4em "Times New Roman", Times, serif;
		background-color: #8a831a; 
		color: #fff; 
	}

form input, form textarea {
	border: none;
}

.contact_form li.submit { text-align: right; }
.newsletter_form li.submit { text-align: center; }

.newsletter_form label {
	text-transform:none;
}
	.contact_form button {
		text-transform:uppercase;
		color: #8a831a;
	}
	.contact_form button:hover {
		color: #eaead7;
		background-color: #8a831a;
	}
	.newsletter_form button {
		color: #fff;
	}
	.newsletter_form button:hover {
		color: #8a831a;
		background-color: #fff;
	}

