@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
}
#feedbackcontainer {
	width: 100%;
	min-height: 50px;
}
#forminfo {
	padding: 6px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
	width: 90%;
	border-top: 1px solid #fff;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #fff;
	margin: 0px auto 20px;
}
.note {
	background: #ebebeb;
}
.alert {
	background: #ffac59;
	font-weight: bold;
}
.success {
	background: #98dc98;
	font-weight: bold;
}
/* FORM */
.forml {
	text-align: left;
	font-weight: bold;
	margin-bottom: 2px;
}
.formc {
	text-align: left;
	margin-bottom: 10px;
	margin-left: 10px;
}
textarea {
	font-family: Arial, sans-serif;
	font-size: 110%;
	line-height: 120%;
	height: 8em;
}
input[type='text'], input[type='email'], input[type='number'], textarea {
	text-align: left;
	background: #eaeaffF;
	border: 1px inset #999;
	resize: vertical;
	border-radius: 4px;
	padding: 2px;
	width: 90%;
}
input[type='text']:focus, input[type='email']:focus, input[type='number']:focus, textarea:focus, input[type='text']:active, input[type='email']:active, input[type='number']:active, textarea:active {
	background: #ff9;
	border: 1px inset #999;
}
/* ===== TABLE TO DISPLAY MESSAGE SENT ===== */
.tabmessage {
	text-align: left;
	border: 2px solid #666;
	width: 100%;
	margin-bottom: 10px;
}
.tabmessage th, .tabmessage td {
	padding: 3px;
	border: 1px solid #666;
}
.tabmessage th {
	font-weight: bold;
	color: #fff;
	background: #666;
	border-bottom: 1px solid #ccc;
}
.tabmessage td {
	background: #ebebeb;
}
/* Spam field */
.alan {
	display: none;
}
