/* CSS Communs */

textarea {
	font-family: Tahoma;
	font-size: 12px;
}

.success {
	padding: 1em;
	border: 1px solid green;
	text-align: center;
	background-color: #f0f0f0;
}

div#content_article p.success {
	margin:0;
	width: 95%;
}


div#error_fade {
	background-color: #FFDFDF;
	color: red;
	padding: 1em;
	border: 1px solid red;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

form#contact_form table td.label {
	font-weight: bold;
}

form#contact_form table input.button {
	width: 30ex;
}

form#contact_form table tr td.message_field textarea {
	height: 15ex;
}

.required {
	color: #766A82;
}