@charset "utf-8";
/* CSS Document */

#formcontact input {
	padding: 3px;
	border: 1px solid #EAEAEA;
	color: #333333;
}
#formcontact textarea {
	border: 1px solid #EAEAEA;
	padding: 3px;
	color: #333333;
}
#formcontact {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4A731;
	padding-bottom: 10px;
	width: 550px;
}
#newsletter input {
	padding: 3px;
	border: 1px solid #EAEAEA;
	width: 120px;
}
#newsletter #button3 {
	width: 60px;
	background-color: #C82B20;
	color: #FFFFFF;
	border: 1px solid #C82B20;
}
#formcontact #button {
	background-color: #930A04;
	color: #F9CB44;
}

