/*****

FORM

*****/



/* FORM */

form {
	margin: 0;
	padding: 0;
}

input.form {
	margin: 0 0 5px 0;
	padding: 0.25em 2px 0.25em 2px;
	width: 300px;

	background-color: #eacba2;
	border: 1px solid #4a220a;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

	text-decoration: none;
	line-height: 1.3;
	font-weight: normal;
	font-style: normal;

	letter-spacing: normal;
	text-indent: 0;
	text-transform: none;
	white-space: normal;
	word-spacing: normal;
}

textarea.form {
	margin: 0 0 5px 0;
	padding: 0.25em 2px 0.25em 2px;
	width: 300px;
	height: 120px;

	background-color: #eacba2;
	border: 1px solid #4a220a;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

	text-decoration: none;
	line-height: 1.3;
	font-weight: normal;
	font-style: normal;

	letter-spacing: normal;
	text-indent: 0;
	text-transform: none;
	white-space: normal;
	word-spacing: normal;
}

textarea.sizem {
	height: 65px !important;
}

select.form {
	margin: 0 0 5px 0;
	padding: 0.25em 2px 0.25em 2px;

	background-color: #eacba2;
	border: 1px solid #4a220a;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

input#contentumFormSubmitButton {
	margin: 0;
	padding: 0;
	width: auto;

	background-color: #eacba2;
	border: 1px solid #4a220a;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

	text-decoration: none;
	line-height: 1.3;
	font-weight: normal;
	font-style: normal;

	letter-spacing: normal;
	text-indent: 0;
	text-transform: none;
	white-space: normal;
	word-spacing: normal;
}
