div#form-contact {
	width: 350px;
	margin-top: 40px;
	margin-left: 45px;
}



table#form-contact {
	width: 100%;
}

table#form-contact td {
	padding-top: 5px;
}


input.text {
	width: 220px;
}

textarea.textl {
	width: 345px;
	height: 150px;
}

div#form-send {
	padding-top: 10px;
	text-align: center;
}

div#form-send input {
	background-color: #024220;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;

}

span.mandatory {
	font-weight: bold;
	color: #ED3532;
}

p.alert {
	margin: 0px 0px 25px 0px;
	font-weight: bold;
	text-align: center;
	color: #ED3532;
}


