@charset "UTF-8";
/* CSS Document */

#wrapper {
	background-image: none;
}

#header {
	background-image: url(../images/contact/header.png);
	height: 250px;
}

#footer {
	background-image: url(../images/contact/footer.png);
	height: 80px;
	padding-top: 10px;
}

/*------------------------------------------------------*/
/*                       FORM                           */
/*------------------------------------------------------*/


form {
	background-color: #ffefc4;
	color: #374044;
}

form fieldset {
	background-color: #fff5db;
	border: 2px solid #ffe9a7;
}

form legend {
	color: #f9ae85;
}
