fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 585px;
}
fieldset p {
	margin-top: 10px;
}
fieldset legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	text-transform: capitalize;
	font-weight: normal;
}
fieldset label {
	float: left;
	text-align: right;
	margin-right: 5px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color: #151515;
	line-height: 20px;
	height: 20px;
	width: 60px;
	margin-top: 3px;
}
fieldset .textfield {
	width: 330px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	height: 20px;
	display: block;
}
fieldset textarea {
	height: 250px;
	width: 330px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
}
#buttons{
	width:330px;
	text-align: right;
}
fieldset #buttons input {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.reponse {
	margin-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.reponse a {
	color: #000000;
}
form {
	margin-top: 20px;
}
